chore(web): fix typo

This commit is contained in:
isra el
2024-10-17 09:36:26 +03:00
parent 3c8a505f4b
commit 7bc2d38204

View File

@@ -122,17 +122,17 @@ const DashboardTabView = () => {
{
title: 'Enjoying our project? Show your support.',
actionButton: 'Star Us on GitHub',
link: 'https://github/vernu/textbee',
link: 'https://github.com/vernu/textbee',
},
{
title: 'Support us by starring on GitHub.',
actionButton: 'Give us a star',
link: 'https://github/vernu/textbee',
link: 'https://github.com/vernu/textbee',
},
{
title: 'Help us grow on GitHub.',
actionButton: 'Give a star',
link: 'https://github/vernu/textbee',
link: 'https://github.com/vernu/textbee',
},
]