From 9daf81097980f1b7da2fbb4a5f040fe1d440c67d Mon Sep 17 00:00:00 2001 From: khatabwedaa Date: Sun, 28 Nov 2021 18:50:58 +0200 Subject: [PATCH] Update share on twitter description --- components/Header.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/Header.vue b/components/Header.vue index 456792d..10428f5 100644 --- a/components/Header.vue +++ b/components/Header.vue @@ -42,7 +42,7 @@ export default { data() { return { SHARE_LINK: `https://twitter.com/intent/tweet?text=${encodeURIComponent( - 'Beautiful Tailwind CSS components that support RTL languages & fully responsive based on Flexbox & CSS Grid with elegant Dark Mode 🔥. \n #tailwindcss #100DaysOfCode \n' + 'Beautiful Tailwind CSS components that support RTL languages & fully responsive based on Flexbox & CSS Grid with elegant Dark Mode 🔥. Built By @khatabwedaa & @miaababikir. \n #tailwindcss #100DaysOfCode \n' )}&url=${encodeURIComponent('https://merakiui.com')}` } },