Skip to content

Commit

Permalink
docs(icons): Use prime-icons
Browse files Browse the repository at this point in the history
  • Loading branch information
sfxcode committed Feb 4, 2024
1 parent c1f3ebf commit fdb6399
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions docs/.vitepress/theme/components/Todo.vue
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,10 @@
<template>
<div>
<div class="mt-8 flex gap-2">
<div class="i-mdi-information text-2xl mb-2 text-[color:var(--vp-c-brand)]"/>
<div class="text-2xl">TODO</div>
<div class="pi-info-circle text-2xl mb-2 text-[color:var(--vp-c-brand)]" />
<div class="text-2xl">
TODO
</div>
</div>
<div class="">
<span>More Info to come ...</span>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sfxcode/formkit-primevue",
"version": "1.6.9",
"version": "1.6.10",
"type": "module",
"license": "MIT",
"repository": "https://github.com/sfxcode/formkit-primevue",
Expand Down

0 comments on commit fdb6399

Please sign in to comment.