Skip to content

Commit

Permalink
docs(app): replace heroicons icons by lucide
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamincanac committed Jan 22, 2025
1 parent a5ed62f commit fb94ee3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/app/pages/[...slug].vue
Original file line number Diff line number Diff line change
Expand Up @@ -87,12 +87,12 @@ const communityLinks = computed(() => [{
to: `https://github.com/nuxt/${page.value?.module === 'ui-pro' ? 'ui-pro' : 'ui'}`,
target: '_blank'
}, {
icon: 'i-heroicons-lifebuoy',
icon: 'i-lucide-life-buoy',
label: 'Contribution',
to: '/getting-started/contribution'
}, {
label: 'Roadmap',
icon: 'i-heroicons-map',
icon: 'i-lucide-map',
to: '/roadmap'
}])
Expand Down

0 comments on commit fb94ee3

Please sign in to comment.