Skip to content

Commit

Permalink
chore: update link (#1419)
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon-He95 authored Nov 16, 2024
1 parent 2fc67a7 commit c67456c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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 @@ -128,7 +128,7 @@ const currentTrigger = ref('')
<NavigationMenuItem>
<NavigationMenuLink
class="NavigationMenuLink"
href="https://github.com/radix-vue"
href="https://github.com/unovue/radix-vue"
>
Github
</NavigationMenuLink>
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 @@ -129,7 +129,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-vue"
href="https://github.com/unovue/radix-vue"
>
Github
</NavigationMenuLink>
Expand Down
2 changes: 1 addition & 1 deletion packages/radix-vue/LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2023 Radix Vue <https://github.com/radix-vue>
Copyright (c) 2023 Radix Vue <https://github.com/unovue/radix-vue>

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion packages/radix-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"type": "module",
"version": "1.9.9",
"description": "Vue port for Radix UI Primitives.",
"author": "Radix Vue Contributors (https://github.com/radix-vue)",
"author": "Radix Vue Contributors (https://github.com/unovue/radix-vue)",
"license": "MIT",
"homepage": "https://github.com/unovue/radix-vue",
"repository": {
Expand Down

0 comments on commit c67456c

Please sign in to comment.