Skip to content
This repository was archived by the owner on Dec 9, 2025. It is now read-only.

Commit 40193c0

Browse files
authored
Fix typo in LandingNav.tsx
1 parent f6f31f8 commit 40193c0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/LandingNav.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ export function LandingNav() {
4848
</Link>)}
4949
<ThemeToggle />
5050
<Link to="/auth">
51-
<Button size="sm">Sign Up/Sing In </Button>
51+
<Button size="sm">Sign Up/Sign In </Button>
5252
</Link>
5353
</div>
5454

@@ -76,4 +76,4 @@ export function LandingNav() {
7676
</div>
7777
</div>
7878
</nav>;
79-
}
79+
}

0 commit comments

Comments
 (0)