Added ProfileButton to cloud mode.

This commit is contained in:
Mike Cao 2023-04-06 20:34:02 -07:00
parent f56374b259
commit 25d4a9cec0
4 changed files with 16 additions and 9 deletions

View file

@ -50,7 +50,7 @@ export default function NavBar() {
<div className={styles.actions}>
<ThemeButton />
<LanguageButton />
{!cloudMode && <ProfileButton />}
<ProfileButton />
</div>
</Column>
</Row>