Skip to content

Commit

Permalink
chore: update icons
Browse files Browse the repository at this point in the history
  • Loading branch information
atinux committed Oct 11, 2023
1 parent 7e04075 commit 6ed2801
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion composables/useNavigation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const _useNavigation = () => {

const headerLinks = computed(() => [{
label: 'Docs',
icon: 'i-ph-book-open-duotone',
icon: 'i-ph-book-bookmark-duotone',
to: '/docs',
children: [{
label: 'Get Started',
Expand Down
2 changes: 1 addition & 1 deletion content/2.modules.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
title: Modules
description: Discover our list of modules to supercharge your Nuxt project. Created by the Nuxt team and community.
navigation.icon: i-ph-puzzle-piece
navigation.icon: i-ph-puzzle-piece-duotone
head.image: '/socials/modules.jpg'
2 changes: 1 addition & 1 deletion content/3.showcase.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
title: Showcase
description: Discover our selection of websites built with Nuxt. This collection is powered by VueTelescope.
navigation.icon: i-ph-projector-screen
navigation.icon: i-ph-app-window-duotone
head.image: '/socials/showcase.jpg'
links:
- label: 'Chrome'
Expand Down
1 change: 1 addition & 0 deletions content/4.enterprise/1.support.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ title: Official Support
navigation.title: Support
description: Through NuxtLabs experts and agency networks, we have a solution for every need.
head.image: '/socials/support.jpg'
navigation.icon: i-ph-lifebuoy-duotone
links:
- to: 'mailto:[email protected]'
label: 'Get in touch'
Expand Down
1 change: 1 addition & 0 deletions content/4.enterprise/2.agencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ description: Are you looking for a trusted partner with a strong expertise in Nu
head.title: Nuxt Partner Agencies
head.description: Consult our agency partner catalog and find an agency near you with the right set of skills.
head.image: '/socials/agencies.jpg'
navigation.icon: i-ph-handshake-duotone
links:
- label: 'Submit my agency'
to: 'https://docs.google.com/forms/d/e/1FAIpQLSf85qskit5QqmGJcruGkGF0U7240Bh9MeN0pHB18UiOMWC8dA/viewform'
Expand Down
1 change: 1 addition & 0 deletions content/4.enterprise/3.sponsors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ title: Sponsors
description: Nuxt is an open-source framework totally free to use thanks to our generous sponsors. If you use Nuxt in your daily work and feel that it has made your life easier, please consider backing us.
head.description: Nuxt is an open-source framework totally free to use thanks to our generous sponsors.
head.image: '/socials/sponsors.jpg'
navigation.icon: i-ph-hand-heart-duotone
links:
- label: 'Become a sponsor'
to: 'https://github.com/sponsors/nuxt'
Expand Down
1 change: 1 addition & 0 deletions content/4.enterprise/4.jobs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ title: Explore Nuxt Jobs
description: Browse available openings for coding with Vue and Nuxt all over the world.
head.title: Jobs
navigation.title: Jobs
navigation.icon: i-ph-briefcase-duotone
head.image: '/socials/jobs.jpg'
links:
- label: 'Post a job'
Expand Down
2 changes: 1 addition & 1 deletion content/4.enterprise/_dir.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
navigation.icon: i-ph-lifebuoy
navigation.icon: i-ph-buildings-duotone
head.titleTemplate: '%s - Nuxt Enterprise'

0 comments on commit 6ed2801

Please sign in to comment.