meta: rename repo phosphor-web -> phosphor-home

This commit is contained in:
rektdeckard
2020-10-25 16:51:18 -04:00
parent 40f345b0d2
commit 55931e9f13
5 changed files with 11 additions and 11 deletions

View File

@@ -41,7 +41,7 @@ const Footer: React.FC<FooterProps> = () => {
Phosphor is free and open-source, licensed under{" "}
<a
className="main-link"
href="https://raw.githubusercontent.com/phosphor-icons/phosphor-web/master/LICENSE"
href="https://raw.githubusercontent.com/phosphor-icons/phosphor-home/master/LICENSE"
>
MIT
</a>

View File

@@ -23,7 +23,7 @@ type HeaderProps = {};
const handleGetStarted = () =>
window.open(
"https://github.com/phosphor-icons/phosphor-web#phosphor-icons",
"https://github.com/phosphor-icons/phosphor-home#phosphor-icons",
"_blank",
"noopener noreferrer"
);

View File

@@ -67,7 +67,7 @@ const Links: React.FC<LinksProps> = () => {
<ArrowElbowDownRight size={24} />
<a
className="nav-link"
href="https://github.com/phosphor-icons/phosphor-web/issues"
href="https://github.com/phosphor-icons/phosphor-home/issues"
>
Request an icon
</a>
@@ -100,9 +100,9 @@ const Links: React.FC<LinksProps> = () => {
<ArrowElbowDownRight size={24} />
<a
className="nav-link"
href="https://github.com/phosphor-icons/phosphor-web"
href="https://github.com/phosphor-icons/phosphor-home"
>
Github
GitHub
</a>
</div>
</div>