fix: replace old github repo to new repo URL
This commit is contained in:
parent
3a5d452b5a
commit
7b8d306649
@ -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,
|
||||
},
|
||||
|
@ -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).
|
||||
|
Loading…
x
Reference in New Issue
Block a user