fix: replace old github repo to new repo URL

This commit is contained in:
p-sw 2024-06-15 12:35:05 +09:00
parent 3a5d452b5a
commit 7b8d306649
2 changed files with 3 additions and 3 deletions

View File

@ -13,7 +13,7 @@ const mainNav = [
eq: (pathname: string) => pathname.startsWith("/docs/components"),
},
{
path: "https://github.com/p-sw/ui",
path: "https://github.com/pswui/ui",
name: "Github",
eq: () => false,
},

View File

@ -34,8 +34,8 @@ I'm working with this priority:
2. Fixing bugs with existing components.
3. Make it looks nice.
Also, there is a [Github README](https://github.com/p-sw/ui) for component implementation plans.
Also, there is a [Github README](https://github.com/pswui/ui) for component implementation plans.
You can see what component is implemented, or planned to be implemented.
If you have any ideas or suggestions, please let me know in [Github Issues](https://github.com/p-sw/ui/issues).
If you have any ideas or suggestions, please let me know in [Github Issues](https://github.com/pswui/ui/issues).