Skip to content

Commit

Permalink
DUMMY
Browse files Browse the repository at this point in the history
  • Loading branch information
lassebje committed Oct 2, 2024
1 parent dff2737 commit f5eb97a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/layout/ResponsiveAppBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ function ResponsiveAppBar(props: { appName: string }) {
textDecoration: 'none',
}}
>
{appName}
{appName} TEST
</Typography>

<Box sx={{ flexGrow: 1, display: { xs: 'none', md: 'flex' } }}>
Expand Down

0 comments on commit f5eb97a

Please sign in to comment.