1
0

Fix various issues reported on the Trello (#341)

* Fix various issues reported on the Trello

* Remove accidental additions
This commit is contained in:
Emma
2022-01-12 11:37:20 -05:00
committed by GitHub
parent a2266adb3f
commit b5f438aa0c
11 changed files with 64 additions and 58 deletions

View File

@@ -54,7 +54,7 @@
>
<MoonIcon v-if="$colorMode.value === 'light'" />
<SunIcon v-else />
Change Theme
Change theme
</button>
<div
v-if="$auth.user"
@@ -92,7 +92,7 @@
<li class="hide-desktop">
<NuxtLink to="/create/project">
<PlusIcon />
<span>Create Project</span>
<span>Create project</span>
</NuxtLink>
</li>
<li>
@@ -112,13 +112,13 @@
<button @click="changeTheme">
<MoonIcon v-if="$colorMode.value === 'light'" />
<SunIcon v-else />
<span>Change Theme</span>
<span>Change theme</span>
</button>
</li>
<li>
<button @click="logout">
<LogOutIcon />
<span>Log Out</span>
<span>Log out</span>
</button>
</li>
<hr class="hide-desktop" />
@@ -184,7 +184,7 @@
<nuxt-link to="/settings/privacy">
<button class="iconified-button">
<ShieldIcon />
Set privacy settings
Privacy settings
</button>
</nuxt-link>
<button class="iconified-button" @click="changeTheme">