Update twitter description

This commit is contained in:
khatabwedaa 2022-03-03 19:21:10 +02:00
parent 11883540c8
commit c754b0ff64
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,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 🔥. Built By @khatabwedaa & @miaababikir. \n #tailwindcss #100DaysOfCode \n'
'@meraki_ui Tailwind CSS components that support RTL languages & fully responsive based on Flexbox & CSS Grid with elegant Dark Mode 🔥. \n #tailwindcss #100DaysOfCode \n'
)}&url=${encodeURIComponent('https://merakiui.com')}`
}
},