Skip to content

Commit

Permalink
Added warning text about for testystem
Browse files Browse the repository at this point in the history
  • Loading branch information
jhagberg committed Jan 16, 2024
1 parent 81ef3a6 commit 1653c7e
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion frontend/src/navigation.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,16 @@ export function Navigation() {
<Typography variant="subtitle1">{user?.username}</Typography>
</b>
</Button>

<Button>
<b>
<Typography
variant="subtitle1"
style={{ color: "red", fontWeight: "bold", fontSize: "24px" }}
>
OBS DETTA ÄR TESTSYSTEMET!{" "}
</Typography>
</b>
</Button>
<StyledMenu
id="customized-menu"
anchorEl={anchorEl}
Expand Down

0 comments on commit 1653c7e

Please sign in to comment.