From 49b014dcac1ce805f95a0b0cbfacde42b540e5c1 Mon Sep 17 00:00:00 2001 From: Ryjen1 Date: Fri, 24 Apr 2026 13:18:34 +0100 Subject: [PATCH] fix: update wallet status title color and dashboard route --- .gitignore | 2 +- app/login/page.tsx | 2 +- components/navbar.tsx | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index f650315..37c2b6f 100644 --- a/.gitignore +++ b/.gitignore @@ -24,4 +24,4 @@ yarn-error.log* # typescript *.tsbuildinfo -next-env.d.ts \ No newline at end of file +next-env.d.ts diff --git a/app/login/page.tsx b/app/login/page.tsx index 3a87b2f..b4c35ac 100644 --- a/app/login/page.tsx +++ b/app/login/page.tsx @@ -112,7 +112,7 @@ export default function LoginPage() {
-

Connect Wallet

+

Connect Wallet

Connect your Stellar Freighter wallet to access your account securely.

diff --git a/components/navbar.tsx b/components/navbar.tsx index e9ba224..d21cbf5 100644 --- a/components/navbar.tsx +++ b/components/navbar.tsx @@ -57,7 +57,7 @@ export function Navbar() {
{address ? (