Skip to content

Commit fd2d91e

Browse files
committed
Change beta position
1 parent c93575e commit fd2d91e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/components/Header/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,8 @@ export default function Header() {
9595
</ListItem>
9696
))}
9797
</List>
98-
<Box sx={{ flexGrow: 1 }} />
9998
<Chip label="Beta" variant="outlined" color="warning" size="small" />
99+
<Box sx={{ flexGrow: 1 }} />
100100
{user && (
101101
<LoggedUser username={user?.username} />
102102
)}

0 commit comments

Comments
 (0)