Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
HugoRCD committed Jan 31, 2025
1 parent c78c6fb commit cec1694
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/global/ProseIcon.vue
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const { size = '12px', align } = defineProps<{
</script>

<template>
<MIcon :name :size class="text-font-primary" :class="[align ? 'icon' : '']" />
<Icon :name :size class="text-font-primary" :class="[align ? 'icon' : '']" />
</template>

<style scoped>
Expand Down
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@
},
"packageManager": "[email protected]",
"dependencies": {
"@iconify-json/simple-icons": "^1.2.22",
"@iconify-json/vscode-icons": "^1.2.11",
"@nuxt/content": "3.0.1",
"@nuxt/image": "1.9.0",
"@nuxt/scripts": "0.9.5",
Expand Down
20 changes: 20 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit cec1694

Please sign in to comment.