refactor: guest mode

This commit is contained in:
Tristan Yang
2022-09-02 12:39:40 +08:00
parent 333cbb8b4b
commit c4435662c0
8 changed files with 50 additions and 26 deletions
+1 -1
View File
@@ -55,7 +55,7 @@ export default function HomePage() {
return (
<>
<Manifest />
<Notification />
{!guest && <Notification />}
<StyledWrapper className={guest ? "guest" : ""}>
{!guest && (
<div className={`col left`}>