Skip to content

Commit 01df140

Browse files
authored
Merge branch 'main' into tasty-tabs
2 parents 205160e + 5a14acf commit 01df140

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

app/components/Package/Playgrounds.vue

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -119,10 +119,7 @@ function focusMenuItem(index: number) {
119119

120120
<template>
121121
<section v-if="links.length > 0" class="px-1">
122-
<h2
123-
id="playgrounds-heading"
124-
class="text-xs font-mono text-fg-subtle uppercase tracking-wider text-white mb-3"
125-
>
122+
<h2 id="playgrounds-heading" class="text-xs font-mono text-fg uppercase tracking-wider mb-3">
126123
{{ $t('package.playgrounds.title') }}
127124
</h2>
128125

0 commit comments

Comments
 (0)