Skip to content

Commit c39ce27

Browse files
committed
fix: remove extra spacing
1 parent 4715ebc commit c39ce27

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/components/AppHeader.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ onKeyStroke(
224224
:aria-label="$t('header.pr', { prNumber })"
225225
class="sm:hidden"
226226
>
227-
<span class="text-xs px-1.5 py-0.5 rounded badge-green font-sans font-medium ms-2">
227+
<span class="text-xs px-1.5 py-0.5 rounded badge-green font-sans font-medium">
228228
PR #{{ prNumber }}
229229
</span>
230230
</NuxtLink>

0 commit comments

Comments
 (0)