Skip to content

Commit

Permalink
fix: #416
Browse files Browse the repository at this point in the history
  • Loading branch information
khansadaoudi committed Jan 8, 2025
1 parent d32a4a3 commit 05da5d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/layouts/AppLayout.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<q-layout view="hHh Lpr fFf">
<q-header style="height: 5vh" :class="`${$q.dark.isActive ? 'bg-dark' : 'bg-white'}`" class="q-pa-md" id="main-header">
<q-bar :class="$q.dark.isActive ? 'bg-dark' : 'bg-white text-black'" class="row justify-evenly">
<q-btn flat to="/projects" :ripple="false" type="a">
<q-btn flat :to="isLoggedIn ? '/projects': '/'" :ripple="false" type="a">
<div class="q-btn__content text-center col items-center q-anchor--skip row">
<img v-if="$q.dark.isActive" alt="Arborator" src="/svg/arborator.grew.white.svg" style="height: 2.3vw" />
<img v-else alt="Arborator" src="/svg/arborator.grew.svg" style="height: 2.3vw" />
Expand Down

0 comments on commit 05da5d4

Please sign in to comment.