mirror of
https://github.com/dstotijn/hetty.git
synced 2025-07-01 18:47:29 -04:00
Replace Cayley with SQLite3
This commit is contained in:
@ -154,7 +154,7 @@ export function Layout({ title, page, children }: Props): JSX.Element {
|
||||
<MenuIcon />
|
||||
</IconButton>
|
||||
<Typography variant="h5" noWrap>
|
||||
<span className={title !== "" && classes.titleHighlight}>
|
||||
<span className={title !== "" ? classes.titleHighlight : ""}>
|
||||
Hetty://
|
||||
</span>
|
||||
{title}
|
||||
|
Reference in New Issue
Block a user