home icon removed

Signed-off-by: Benny Samir Hierl <bennysamir@posteo.de>
This commit is contained in:
Benny Samir Hierl 2022-02-20 19:59:52 +01:00
parent fe7dcf68ca
commit 53ec249f69
2 changed files with 0 additions and 8 deletions

View file

@ -11,9 +11,6 @@
<IconToggleOff v-else class="h-6 w-6 cursor-pointer fill-current" />
<span>{{ t('components.header.edit-mode.text') }}</span>
</div>
<router-link to="/">
<IconHome class="h-6 w-6 cursor-pointer fill-current"></IconHome>
</router-link>
<div @click="() => toggleDark()">
<IconLightDark class="h-6 w-6 cursor-pointer fill-current" />
</div>

View file

@ -1,5 +0,0 @@
<template>
<svg viewBox="0 0 24 24">
<path d="M10 20v-6h4v6h5v-8h3L12 3L2 12h3v8h5z"></path>
</svg>
</template>