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