From e261baa7eda531172fe86c3a3b0ae6d28b21c159 Mon Sep 17 00:00:00 2001 From: seaznCode Date: Sun, 30 Nov 2025 13:30:02 +0100 Subject: [PATCH] refactor: update button text from 'Back to Dashboard' to 'Go to Dashboard' --- src/app/community/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/community/page.tsx b/src/app/community/page.tsx index 75dd3bd..e0ec892 100644 --- a/src/app/community/page.tsx +++ b/src/app/community/page.tsx @@ -234,7 +234,7 @@ export default function CommunityPage() { onClick={() => router.push('/dashboard')} className="w-full flex items-center justify-center px-4 py-3 border border-gray-300 text-gray-700 rounded-lg hover:bg-gray-50 transition-colors" > - Back to Dashboard + Go to Dashboard