mirror of
https://github.com/ThisIsBenny/wishlist-app.git
synced 2025-06-07 05:57:41 +00:00
home icon removed
Signed-off-by: Benny Samir Hierl <bennysamir@posteo.de>
This commit is contained in:
parent
fe7dcf68ca
commit
53ec249f69
2 changed files with 0 additions and 8 deletions
|
@ -11,9 +11,6 @@
|
||||||
<IconToggleOff v-else class="h-6 w-6 cursor-pointer fill-current" />
|
<IconToggleOff v-else class="h-6 w-6 cursor-pointer fill-current" />
|
||||||
<span>{{ t('components.header.edit-mode.text') }}</span>
|
<span>{{ t('components.header.edit-mode.text') }}</span>
|
||||||
</div>
|
</div>
|
||||||
<router-link to="/">
|
|
||||||
<IconHome class="h-6 w-6 cursor-pointer fill-current"></IconHome>
|
|
||||||
</router-link>
|
|
||||||
<div @click="() => toggleDark()">
|
<div @click="() => toggleDark()">
|
||||||
<IconLightDark class="h-6 w-6 cursor-pointer fill-current" />
|
<IconLightDark class="h-6 w-6 cursor-pointer fill-current" />
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -1,5 +0,0 @@
|
||||||
<template>
|
|
||||||
<svg viewBox="0 0 24 24">
|
|
||||||
<path d="M10 20v-6h4v6h5v-8h3L12 3L2 12h3v8h5z"></path>
|
|
||||||
</svg>
|
|
||||||
</template>
|
|
Loading…
Add table
Reference in a new issue