Updates
Some checks failed
Test / vitest (push) Failing after 6m9s
Test / visual (push) Has been skipped
Test / playwright (push) Has been skipped
Test / Notify on failure (push) Successful in 2s

This commit is contained in:
Jennie Robinson Faber 2026-04-15 17:45:09 +01:00
parent 28040f44f4
commit 2394248d53
13 changed files with 571 additions and 538 deletions

View file

@ -25,11 +25,6 @@
/>
</NuxtLink>
</li>
<li>
<a href="#" class="sign-out" @click.prevent="handleLogout"
>Sign out</a
>
</li>
</ul>
<div class="sidebar-section">Explore</div>
@ -336,8 +331,8 @@ const exploreItems = [
width: 6px;
height: 6px;
border-radius: 50%;
background: var(--candle);
margin-left: 6px;
background: var(--green);
margin-left: 0px;
vertical-align: middle;
transform: translateY(-1px);
}