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

@@ -27,7 +27,7 @@ const illustrationVariants = {
const handleGetStarted = () => {
window.open(
"https://github.com/rektdeckard/phosphor-web#phosphor-icons",
"https://github.com/phosphor-icons/phosphor-web#phosphor-icons",
"_blank",
"noopener noreferrer"
);
@@ -75,7 +75,7 @@ const Header: React.FC<HeaderProps> = () => {
</a>
<a
className="nav-link"
href="https://github.com/rektdeckard/phosphor-web/issues"
href="https://github.com/phosphor-icons/phosphor-web/issues"
>
Request
</a>
@@ -84,7 +84,7 @@ const Header: React.FC<HeaderProps> = () => {
</a>
<a
className="nav-link"
href="https://github.com/rektdeckard/phosphor-web"
href="https://github.com/phosphor-icons/phosphor-web"
>
Github
</a>