This commit is contained in:
eric
2026-03-12 05:41:01 -05:00
parent 39a8358af1
commit 4a223cd788
5 changed files with 28 additions and 14 deletions

View File

@@ -37,11 +37,7 @@ export function VipHeader({ isLoggedIn, userName, onLogout }: VipHeaderProps) {
</button>
)}
</div>
) : (
<Link href="/#login" className={styles.loginLink}>
</Link>
)}
) : null}
</nav>
</header>
);