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')}` } },