Support external routes

This commit is contained in:
Philipp Heckel 2022-03-05 08:52:52 -05:00
parent b5670d9a71
commit 52a55f71e6
10 changed files with 52 additions and 52 deletions

View file

@ -33,7 +33,7 @@ const ActionBar = (props) => {
>
<MenuIcon />
</IconButton>
<Box component="img" src="static/img/ntfy.svg" sx={{
<Box component="img" src="/static/img/ntfy.svg" sx={{
display: { xs: 'none', sm: 'block' },
marginRight: '10px',
height: '28px'