fix(front): remove unnecessary icons

This commit is contained in:
Ciarán Ainsworth 2023-11-12 20:39:31 +01:00
parent d0e1cb7c4a
commit 507d907a28
No known key found for this signature in database
2 changed files with 0 additions and 2 deletions

View File

@ -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') }}

View File

@ -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') }}