Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: update link #1419

Merged
merged 1 commit into from
Nov 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading