fix(stage-layouts): HeaderLink component no longer makes entire Header clickable (#1035)

This commit is contained in:
Mateusz Bilicki
2026-02-16 17:03:57 +08:00
committed by GitHub
parent e8f6155ec6
commit 66b8615481
@@ -10,8 +10,8 @@ const { isDark: dark } = useTheme()
<template>
<RouterLink
to="/" flex="~" items-center
gap-2 px-2 text-nowrap text-2xl outline-none
to="/" flex="~"
w-max items-center gap-2 px-2 text-nowrap text-2xl outline-none
>
<template v-if="dark">
<img :src="LogoDark" h-8 w-8 class="theme-colored">