fix(front): remove unnecessary icons
This commit is contained in:
parent
d0e1cb7c4a
commit
507d907a28
|
@ -253,7 +253,6 @@ const headerStyle = computed(() => {
|
||||||
outline
|
outline
|
||||||
class="right floated"
|
class="right floated"
|
||||||
color="secondary"
|
color="secondary"
|
||||||
icon="bi-arrow-right"
|
|
||||||
@click="$router.push('/about/pod')"
|
@click="$router.push('/about/pod')"
|
||||||
>
|
>
|
||||||
{{ $t('components.About.header.aboutPod') }}
|
{{ $t('components.About.header.aboutPod') }}
|
||||||
|
|
|
@ -413,7 +413,6 @@ const headerStyle = computed(() => {
|
||||||
outline
|
outline
|
||||||
class="left floated"
|
class="left floated"
|
||||||
color="secondary"
|
color="secondary"
|
||||||
icon="bi-arrow-left"
|
|
||||||
@click="$router.push('/about')"
|
@click="$router.push('/about')"
|
||||||
>
|
>
|
||||||
{{ $t('components.AboutPod.link.introduction') }}
|
{{ $t('components.AboutPod.link.introduction') }}
|
||||||
|
|
Loading…
Reference in New Issue