Skip to content

Commit

Permalink
spotted two stray spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
NyaomiDEV committed Aug 13, 2024
1 parent b28d682 commit 258e0d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/views/options/About.vue
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
<IonContent>
<div class="container">
<h1>Ampersand</h1>
<p> {{ $t("options:about.version", { version }) }}</p>
<p> {{ $t("options:about.madein") }}</p>
<p>{{ $t("options:about.version", { version }) }}</p>
<p>{{ $t("options:about.madein") }}</p>

<IonIcon class="logo" :icon="AmpersandLogo" />

Expand Down

0 comments on commit 258e0d4

Please sign in to comment.