mirror of
https://github.com/hay-kot/homebox.git
synced 2025-08-04 08:40:28 +00:00
add link to header
This commit is contained in:
parent
9a59f5eda6
commit
fdaf0f5790
1 changed files with 7 additions and 5 deletions
|
@ -68,11 +68,13 @@
|
||||||
|
|
||||||
<BaseContainer cmp="header" class="py-6 max-w-none">
|
<BaseContainer cmp="header" class="py-6 max-w-none">
|
||||||
<BaseContainer>
|
<BaseContainer>
|
||||||
<h2 class="mt-1 text-4xl font-bold tracking-tight text-neutral-content sm:text-5xl lg:text-6xl flex">
|
<NuxtLink to="/home">
|
||||||
HomeB
|
<h2 class="mt-1 text-4xl font-bold tracking-tight text-neutral-content sm:text-5xl lg:text-6xl flex">
|
||||||
<AppLogo class="w-12 -mb-4" />
|
HomeB
|
||||||
x
|
<AppLogo class="w-12 -mb-4" />
|
||||||
</h2>
|
x
|
||||||
|
</h2>
|
||||||
|
</NuxtLink>
|
||||||
<div class="ml-1 mt-2 text-lg text-neutral-content/75 space-x-2">
|
<div class="ml-1 mt-2 text-lg text-neutral-content/75 space-x-2">
|
||||||
<template v-for="link in links">
|
<template v-for="link in links">
|
||||||
<NuxtLink
|
<NuxtLink
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue