Skip to content

Commit

Permalink
chore: update links
Browse files Browse the repository at this point in the history
  • Loading branch information
zernonia committed Feb 10, 2025
1 parent 1a5e720 commit d617813
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion docs/components/demo/NavigationMenu/css/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ const currentTrigger = ref('')
Beautiful, thought-out palettes with auto dark mode.
</NavigationMenuListItem>
<NavigationMenuListItem
href="https://icons.radix-ui.com/"
href="https://lucide.dev/icons/"
title="Icons"
>
A crisp set of 15x15 icons, balanced and consistent.
Expand Down
2 changes: 1 addition & 1 deletion docs/components/demo/NavigationMenu/tailwind/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ const currentTrigger = ref('')
Beautiful, thought-out palettes with auto dark mode.
</NavigationMenuListItem>
<NavigationMenuListItem
href="https://icons.radix-ui.com/"
href="https://lucide.dev/icons/"
title="Icons"
>
A crisp set of 15x15 icons, balanced and consistent.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ const currentTrigger = ref('')
<NavigationMenuItem>
<NavigationMenuLink
class="text-grass11 hover:bg-green3 focus:shadow-green7 block select-none rounded-[4px] px-3 py-2 text-[15px] font-medium leading-none no-underline outline-none focus:shadow-[0_0_0_2px]"
href="https://github.com/radix-ui"
href="https://github.com/unovue"
>
Github
</NavigationMenuLink>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ const state = reactive({
<NavigationMenuItem>
<NavigationMenuLink
class="text-grass11 hover:bg-green3 focus:shadow-green7 block select-none rounded-[4px] px-3 py-2 text-[15px] font-medium leading-none no-underline outline-none focus:shadow-[0_0_0_2px]"
href="https://github.com/radix-ui"
href="https://github.com/unovue"
>
Link
</NavigationMenuLink>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ const currentTrigger = ref('')
Beautiful, thought-out palettes with auto dark mode.
</NavigationMenuListItem>
<NavigationMenuListItem
href="https://icons.radix-ui.com/"
href="https://lucide.dev/icons/"
title="Icons"
>
A crisp set of 15x15 icons, balanced and consistent.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ const currentTrigger = ref('')
<NavigationMenuItem>
<NavigationMenuLink
class="text-grass11 hover:bg-green3 focus:shadow-green7 block select-none rounded-[4px] px-3 py-2 text-[15px] font-medium leading-none no-underline outline-none focus:shadow-[0_0_0_2px]"
href="https://github.com/radix-ui"
href="https://github.com/unovue"
>
Link
</NavigationMenuLink>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ const currentTrigger = ref('')
<NavigationMenuItem>
<NavigationMenuLink
class="text-grass11 hover:bg-green3 focus:shadow-green7 block select-none rounded-[4px] px-3 py-2 text-[15px] font-medium leading-none no-underline outline-none focus:shadow-[0_0_0_2px]"
href="https://github.com/radix-ui"
href="https://github.com/unovue"
>
Link
</NavigationMenuLink>
Expand Down
4 changes: 2 additions & 2 deletions packages/core/src/NavigationMenu/story/_NavigationMenu.vue
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ const currentTrigger = ref('')
Beautiful, thought-out palettes with auto dark mode.
</NavigationMenuListItem>
<NavigationMenuListItem
href="https://icons.radix-ui.com/"
href="https://lucide.dev/icons/"
title="Icons"
>
A crisp set of 15x15 icons, balanced and consistent.
Expand Down Expand Up @@ -159,7 +159,7 @@ const currentTrigger = ref('')
<NavigationMenuItem>
<NavigationMenuLink
class="text-grass11 hover:bg-green3 focus:shadow-green7 block select-none rounded-[4px] px-3 py-2 text-[15px] font-medium leading-none no-underline outline-none focus:shadow-[0_0_0_2px]"
href="https://github.com/radix-ui"
href="https://github.com/unovue"
>
Github
</NavigationMenuLink>
Expand Down

0 comments on commit d617813

Please sign in to comment.