Skip to content

Commit 36c690a

Browse files
committed
feat: Added an image
1 parent feffd15 commit 36c690a

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

components/utils/Header.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ const Header = ({
241241
};
242242

243243
const tweet = () => {
244-
const link = `https://twitter.com/intent/tweet?text=Check%20this%20amazing%20app%20https://tryshape.vercel.app/,%20created%20by%20@tapasadhikary%20and%20friends%0A%0A%23DEVCommunity%20%23100DaysOfCode%20%23tryshape`;
244+
const link = `https://twitter.com/intent/tweet?text=👋%20Check%20this%20amazing%20app%20https://tryshape.vercel.app/,%20created%20by%20@tapasadhikary%20and%20friends%0A%0A%23DEVCommunity%20%23100DaysOfCode%20%23tryshape`;
245245
if(typeof window !== 'undefined') {
246246
window.open(
247247
link,
-8.29 KB
Loading

0 commit comments

Comments
 (0)