diff --git a/docs/components/demo/NavigationMenu/css/index.vue b/docs/components/demo/NavigationMenu/css/index.vue index d43fc470a..cf6545182 100644 --- a/docs/components/demo/NavigationMenu/css/index.vue +++ b/docs/components/demo/NavigationMenu/css/index.vue @@ -128,7 +128,7 @@ const currentTrigger = ref('') Github diff --git a/docs/components/demo/NavigationMenu/tailwind/index.vue b/docs/components/demo/NavigationMenu/tailwind/index.vue index aa088a1c3..a37ae5729 100644 --- a/docs/components/demo/NavigationMenu/tailwind/index.vue +++ b/docs/components/demo/NavigationMenu/tailwind/index.vue @@ -129,7 +129,7 @@ const currentTrigger = ref('') Github diff --git a/packages/radix-vue/LICENSE b/packages/radix-vue/LICENSE index 72866756f..21a8f46ea 100644 --- a/packages/radix-vue/LICENSE +++ b/packages/radix-vue/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2023 Radix Vue +Copyright (c) 2023 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 diff --git a/packages/radix-vue/package.json b/packages/radix-vue/package.json index cbf7ecd48..8c9483ed4 100644 --- a/packages/radix-vue/package.json +++ b/packages/radix-vue/package.json @@ -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": {