summaryrefslogtreecommitdiff
path: root/src/index.tsx
diff options
context:
space:
mode:
authorSam Nystrom <sam@samnystrom.dev>2024-03-13 12:43:43 +0000
committerSam Nystrom <sam@samnystrom.dev>2024-03-13 20:17:07 -0400
commitcc0fbd8e07c3d85400eaecbb2d4498d7108d3119 (patch)
tree00d8a80189fb2590afa7410bc9c2a37cd11df44f /src/index.tsx
parent2e39671e683f2fdf5a94dafe8d49c4c5befa38c8 (diff)
feat: use different header actions for each page
Diffstat (limited to 'src/index.tsx')
-rw-r--r--src/index.tsx5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/index.tsx b/src/index.tsx
index 9bcdfe9..ff833cc 100644
--- a/src/index.tsx
+++ b/src/index.tsx
@@ -12,11 +12,6 @@ export const App = () => {
const pb = useMemo(() => new PocketBase(`/`));
return (
<Pb.Provider value={pb}>
- <Header>
- <Button kind="ghost" href="/play">Try Now</Button>
- <Button kind="ghost" href="/login">Log In</Button>
- <Button kind="ghost" href="/signup">Sign Up</Button>
- </Header>
<Router>
<Home path="/" />
<SignUp path="/signup" />