From 55931e9f13c13e8035652565aed3639c08f2fa7b Mon Sep 17 00:00:00 2001 From: rektdeckard Date: Sun, 25 Oct 2020 16:51:18 -0400 Subject: [PATCH] meta: rename repo phosphor-web -> phosphor-home --- ...phor-web.code-snippets => phosphor-home.code-snippets} | 4 ++-- package.json | 8 ++++---- src/components/Footer/Footer.tsx | 2 +- src/components/Header/Header.tsx | 2 +- src/components/Links/Links.tsx | 6 +++--- 5 files changed, 11 insertions(+), 11 deletions(-) rename .vscode/{phosphor-web.code-snippets => phosphor-home.code-snippets} (82%) diff --git a/.vscode/phosphor-web.code-snippets b/.vscode/phosphor-home.code-snippets similarity index 82% rename from .vscode/phosphor-web.code-snippets rename to .vscode/phosphor-home.code-snippets index 041b4ca..05806f6 100644 --- a/.vscode/phosphor-web.code-snippets +++ b/.vscode/phosphor-home.code-snippets @@ -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" } } \ No newline at end of file diff --git a/package.json b/package.json index fac71ac..96ee37d 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/src/components/Footer/Footer.tsx b/src/components/Footer/Footer.tsx index 21a0aa8..b008087 100644 --- a/src/components/Footer/Footer.tsx +++ b/src/components/Footer/Footer.tsx @@ -41,7 +41,7 @@ const Footer: React.FC = () => { Phosphor is free and open-source, licensed under{" "} MIT diff --git a/src/components/Header/Header.tsx b/src/components/Header/Header.tsx index bce3f5c..f19d1b1 100644 --- a/src/components/Header/Header.tsx +++ b/src/components/Header/Header.tsx @@ -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" ); diff --git a/src/components/Links/Links.tsx b/src/components/Links/Links.tsx index 6df3444..bd1cd81 100644 --- a/src/components/Links/Links.tsx +++ b/src/components/Links/Links.tsx @@ -67,7 +67,7 @@ const Links: React.FC = () => { Request an icon @@ -100,9 +100,9 @@ const Links: React.FC = () => { - Github + GitHub