refactor: update button text from 'Back to Dashboard' to 'Go to Dashboard'

This commit is contained in:
seaznCode 2025-11-30 13:30:02 +01:00
parent c94b7a91e8
commit e261baa7ed

View File

@ -234,7 +234,7 @@ export default function CommunityPage() {
onClick={() => router.push('/dashboard')} 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" 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
</button> </button>
</div> </div>
</div> </div>