App: change references from old repository to phosphor-icons
This commit is contained in:
@@ -18,7 +18,7 @@
|
|||||||
"UI",
|
"UI",
|
||||||
"UX"
|
"UX"
|
||||||
],
|
],
|
||||||
"repository": "github:rektdeckard/phosphor-web",
|
"repository": "github:phosphor-icons/phosphor-web",
|
||||||
"private": true,
|
"private": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@testing-library/jest-dom": "^4.2.4",
|
"@testing-library/jest-dom": "^4.2.4",
|
||||||
|
|||||||
@@ -27,7 +27,7 @@ const illustrationVariants = {
|
|||||||
|
|
||||||
const handleGetStarted = () => {
|
const handleGetStarted = () => {
|
||||||
window.open(
|
window.open(
|
||||||
"https://github.com/rektdeckard/phosphor-web#phosphor-icons",
|
"https://github.com/phosphor-icons/phosphor-web#phosphor-icons",
|
||||||
"_blank",
|
"_blank",
|
||||||
"noopener noreferrer"
|
"noopener noreferrer"
|
||||||
);
|
);
|
||||||
@@ -75,7 +75,7 @@ const Header: React.FC<HeaderProps> = () => {
|
|||||||
</a>
|
</a>
|
||||||
<a
|
<a
|
||||||
className="nav-link"
|
className="nav-link"
|
||||||
href="https://github.com/rektdeckard/phosphor-web/issues"
|
href="https://github.com/phosphor-icons/phosphor-web/issues"
|
||||||
>
|
>
|
||||||
Request
|
Request
|
||||||
</a>
|
</a>
|
||||||
@@ -84,7 +84,7 @@ const Header: React.FC<HeaderProps> = () => {
|
|||||||
</a>
|
</a>
|
||||||
<a
|
<a
|
||||||
className="nav-link"
|
className="nav-link"
|
||||||
href="https://github.com/rektdeckard/phosphor-web"
|
href="https://github.com/phosphor-icons/phosphor-web"
|
||||||
>
|
>
|
||||||
Github
|
Github
|
||||||
</a>
|
</a>
|
||||||
|
|||||||
Reference in New Issue
Block a user