Skip to content

Commit

Permalink
Added title to app container
Browse files Browse the repository at this point in the history
  • Loading branch information
IAmKio committed Mar 16, 2024
1 parent 38a9998 commit 08c368f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions frontend/src/components/AppContainer/AppContainer.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ export default function AppContainer() {
<Grid xs={0} md={3}></Grid>
<Grid xs={12} md={6}>
<Card>
<Typography level="h1" textAlign={"center"}>
TokenTip
</Typography>

<Box display={"flex"} justifyContent={"center"}>
<ToggleButtonGroup>
<Button onClick={() => navigate("/app/browse")} value="sm">
Expand Down

0 comments on commit 08c368f

Please sign in to comment.