diff options
Diffstat (limited to 'src/index.tsx')
| -rw-r--r-- | src/index.tsx | 5 |
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" /> |
