diff --git a/package.json b/package.json
index 4c60ff0..84a1576 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "phosphor-home",
- "version": "1.4.0",
+ "version": "2.0.0",
"license": "MIT",
"homepage": "https://phosphoricons.com",
"author": {
@@ -18,7 +18,7 @@
"UI",
"UX"
],
- "repository": "github:phosphor-icons/phosphor-home",
+ "repository": "github:phosphor-icons/homepage",
"private": true,
"scripts": {
"dev": "vite",
diff --git a/src/components/Footer/Footer.tsx b/src/components/Footer/Footer.tsx
index 76bdfd9..f43765c 100644
--- a/src/components/Footer/Footer.tsx
+++ b/src/components/Footer/Footer.tsx
@@ -116,13 +116,6 @@ const Footer = (_: FooterProps) => {
hello@phosphoricons.com
- . Check out our sister project:{" "}
-
- Phosphor for Android
-
. Type set in{" "}
Manrope
diff --git a/src/components/Header/Header.tsx b/src/components/Header/Header.tsx
index a1ecd72..9e2ab07 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-home#phosphor-icons",
+ "https://github.com/phosphor-icons/homepage#phosphor-icons",
"_blank",
"noopener noreferrer"
);
diff --git a/src/components/IconGrid/DetailFooter.tsx b/src/components/IconGrid/DetailFooter.tsx
index f63a88c..2e069ec 100644
--- a/src/components/IconGrid/DetailFooter.tsx
+++ b/src/components/IconGrid/DetailFooter.tsx
@@ -101,7 +101,6 @@ const DetailFooter = () => {
...entry.tags,
])
)}
- isDark={isDark}
/>
),
},
diff --git a/src/components/IconGrid/IconGrid.tsx b/src/components/IconGrid/IconGrid.tsx
index cf0c354..408eaac 100644
--- a/src/components/IconGrid/IconGrid.tsx
+++ b/src/components/IconGrid/IconGrid.tsx
@@ -47,7 +47,7 @@ const IconGrid = (_: IconGridProps) => {
return (
Try searching a category or keyword:
-
+
);
diff --git a/src/components/IconGrid/TagCloud.tsx b/src/components/IconGrid/TagCloud.tsx
index 8ef4d0f..a551594 100644
--- a/src/components/IconGrid/TagCloud.tsx
+++ b/src/components/IconGrid/TagCloud.tsx
@@ -8,10 +8,9 @@ import "./TagCloud.css";
interface TagCloudProps {
name: string;
tags: string[];
- isDark: boolean;
}
-const TagCloud = ({ name, tags, isDark }: TagCloudProps) => {
+const TagCloud = ({ name, tags }: TagCloudProps) => {
const isMobile = useMediaQuery("(max-width: 719px)");
const setQuery = useSetRecoilState(searchQueryAtom);
const handleTagClick = useCallback(
diff --git a/src/components/Links/Links.tsx b/src/components/Links/Links.tsx
index d43e2bc..3450c88 100644
--- a/src/components/Links/Links.tsx
+++ b/src/components/Links/Links.tsx
@@ -73,7 +73,7 @@ const Links = (_: LinksProps) => {
GitHub
@@ -82,7 +82,7 @@ const Links = (_: LinksProps) => {