Skip to content

Commit fdb6399

Browse files
committed
docs(icons): Use prime-icons
1 parent c1f3ebf commit fdb6399

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

docs/.vitepress/theme/components/Todo.vue

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,10 @@
44
<template>
55
<div>
66
<div class="mt-8 flex gap-2">
7-
<div class="i-mdi-information text-2xl mb-2 text-[color:var(--vp-c-brand)]"/>
8-
<div class="text-2xl">TODO</div>
7+
<div class="pi-info-circle text-2xl mb-2 text-[color:var(--vp-c-brand)]" />
8+
<div class="text-2xl">
9+
TODO
10+
</div>
911
</div>
1012
<div class="">
1113
<span>More Info to come ...</span>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sfxcode/formkit-primevue",
3-
"version": "1.6.9",
3+
"version": "1.6.10",
44
"type": "module",
55
"license": "MIT",
66
"repository": "https://github.com/sfxcode/formkit-primevue",

0 commit comments

Comments
 (0)