Skip to content

Commit

Permalink
yarn prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
skippermeister committed Sep 28, 2024
1 parent b4cf2ba commit 20f7a45
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions webapp/src/views/AboutView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
aria-expanded="true"
aria-controls="collapseOne"
>
<span class="badge text-bg-secondary">
<BIconInfoCircle class="fs-4" /> </span
>&nbsp;{{ $t('about.Documentation') }}
<span class="badge text-bg-secondary"> <BIconInfoCircle class="fs-4" /> </span>&nbsp;{{
$t('about.Documentation')
}}
</button>
</h2>
<div
Expand All @@ -37,9 +37,9 @@
aria-expanded="false"
aria-controls="collapseOne"
>
<span class="badge text-bg-secondary">
<BIconInfoCircle class="fs-4" /> </span
>&nbsp;{{ $t('about.ProjectOrigin') }}
<span class="badge text-bg-secondary"> <BIconInfoCircle class="fs-4" /> </span>&nbsp;{{
$t('about.ProjectOrigin')
}}
</button>
</h2>
<div
Expand All @@ -66,9 +66,9 @@
aria-expanded="false"
aria-controls="collapseTwo"
>
<span class="badge text-bg-secondary">
<BIconActivity class="fs-4" /> </span
>&nbsp;{{ $t('about.NewsUpdates') }}
<span class="badge text-bg-secondary"> <BIconActivity class="fs-4" /> </span>&nbsp;{{
$t('about.NewsUpdates')
}}
</button>
</h2>
<div
Expand All @@ -90,9 +90,9 @@
aria-expanded="false"
aria-controls="collapseThree"
>
<span class="badge text-bg-secondary">
<BIconBug class="fs-4" /> </span
>&nbsp;{{ $t('about.ErrorReporting') }}
<span class="badge text-bg-secondary"> <BIconBug class="fs-4" /> </span>&nbsp;{{
$t('about.ErrorReporting')
}}
</button>
</h2>
<div
Expand All @@ -114,9 +114,9 @@
aria-expanded="false"
aria-controls="collapseFour"
>
<span class="badge text-bg-secondary">
<BIconChat class="fs-4" /> </span
>&nbsp;{{ $t('about.Discussion') }}
<span class="badge text-bg-secondary"> <BIconChat class="fs-4" /> </span>&nbsp;{{
$t('about.Discussion')
}}
</button>
</h2>
<div
Expand Down

0 comments on commit 20f7a45

Please sign in to comment.