We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2ca905 commit f535348Copy full SHA for f535348
packages/ui/components/common/Header.vue
@@ -16,7 +16,7 @@ const { headerRef } = useHeader()
16
<template>
17
<header ref="headerRef" :style="{ top }">
18
<div class="header-root">
19
- <a class="link" href="/" aria-label="Vue Fes Japan 2024">
+ <a class="link" href="/2024/" aria-label="Vue Fes Japan 2024">
20
<Logo class="logo" color="vue-blue" />
21
</a>
22
<slot />
packages/ui/components/common/SpHeader.vue
0 commit comments