Skip to content

Commit

Permalink
docs: fix missing icons
Browse files Browse the repository at this point in the history
kermanx committed Jan 28, 2025

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 22979d9 commit 2a62279
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/.vitepress/theme/components/FeatureTag.vue
Original file line number Diff line number Diff line change
@@ -60,7 +60,7 @@ const colors = computed(() => {
<span v-else-if="props.noclick" class="feature-tag">
{{ formattedTag }}
</span>
<a v-else class="feature-tag" :href="withBase(`/features/#tags=${tag}`)" target="_blank">
<a v-else class="feature-tag" :href="withBase(`/features/#tags=${tag}`)">
{{ formattedTag }}
</a>
</template>
3 changes: 2 additions & 1 deletion docs/uno.config.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { defineConfig, presetAttributify, presetUno, presetWebFonts, transformerDirectives } from 'unocss'
import { defineConfig, presetAttributify, presetIcons, presetUno, presetWebFonts, transformerDirectives } from 'unocss'

export default defineConfig({
presets: [
@@ -9,6 +9,7 @@ export default defineConfig({
mono: ['IBM Plex Mono', 'monospace'],
},
}),
presetIcons(),
],
transformers: [
transformerDirectives(),

0 comments on commit 2a62279

Please sign in to comment.