meta: rename repo phosphor-web -> phosphor-home
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
{
|
||||
// Place your phosphor-web workspace snippets here. Each snippet is defined under a snippet name and has a scope, prefix, body and
|
||||
// Place your phosphor-home workspace snippets here. Each snippet is defined under a snippet name and has a scope, prefix, body and
|
||||
// description. Add comma separated ids of the languages where the snippet is applicable in the scope field. If scope
|
||||
// is left empty or omitted, the snippet gets applied to all languages. The prefix is what is
|
||||
// used to trigger the snippet and the body will be expanded and inserted. Possible variables are:
|
||||
@@ -25,6 +25,6 @@
|
||||
"\tIcon: ${4:icon},",
|
||||
"},"
|
||||
],
|
||||
"description": "Create an IconEntry for phosphor-web"
|
||||
"description": "Create an IconEntry for phosphor-home"
|
||||
}
|
||||
}
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "phosphor-web",
|
||||
"version": "1.0.1",
|
||||
"name": "phosphor-home",
|
||||
"version": "1.0.2",
|
||||
"license": "MIT",
|
||||
"homepage": "https://phosphoricons.com",
|
||||
"author": {
|
||||
@@ -18,8 +18,8 @@
|
||||
"UI",
|
||||
"UX"
|
||||
],
|
||||
"repository": "github:phosphor-icons/phosphor-web",
|
||||
"private": false,
|
||||
"repository": "github:phosphor-icons/phosphor-home",
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
"file-saver": "^2.0.2",
|
||||
"framer-motion": "^2.1.0",
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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"
|
||||
);
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user