App: change references from old repository to phosphor-icons

This commit is contained in:
rektdeckard
2020-08-15 23:05:23 -04:00
parent 41afffab84
commit 62b08e1ac2
2 changed files with 4 additions and 4 deletions

View File

@@ -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",

View File

@@ -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>