diff options
Diffstat (limited to 'src/pages/LogIn.tsx')
| -rw-r--r-- | src/pages/LogIn.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pages/LogIn.tsx b/src/pages/LogIn.tsx index 1f6cb70..3142da4 100644 --- a/src/pages/LogIn.tsx +++ b/src/pages/LogIn.tsx @@ -20,7 +20,7 @@ const LogIn = () => { return ( <> - <Header> + <Header title="DataNodes"> <Button kind="ghost" href="/play">Try Now</Button> <Button kind="ghost" href="/signup">Sign Up</Button> </Header> |
