From 7bc2d38204463237b5e8e45302b3fa8aa64220c3 Mon Sep 17 00:00:00 2001 From: isra el Date: Thu, 17 Oct 2024 09:36:26 +0300 Subject: [PATCH] chore(web): fix typo --- web/pages/dashboard.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/web/pages/dashboard.tsx b/web/pages/dashboard.tsx index 535b51c..96268fa 100644 --- a/web/pages/dashboard.tsx +++ b/web/pages/dashboard.tsx @@ -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', }, ]