diff --git a/README.md b/README.md
index caa2f34..0f49016 100644
--- a/README.md
+++ b/README.md
@@ -112,7 +112,7 @@ ReactDOM.render(, document.getElementById("root"));
- [eleventy-plugin-phosphoricons](https://github.com/reatlat/eleventy-plugin-phosphoricons) ▲ An Eleventy plugin for add shortcode, allows Phosphor icons to be embedded as inline svg into templates
- [phosphor-leptos](https://github.com/SorenHolstHansen/phosphor-leptos) ▲ Phosphor icon component library for Leptos apps (rust)
-If you've made a port of Phosphor and you want to see it here, just open a PR [here](https://github.com/phosphor-icons/phosphor-home)!
+If you've made a port of Phosphor and you want to see it here, just open a PR [here](https://github.com/phosphor-icons/homepage)!
## License
diff --git a/package.json b/package.json
index a1b675a..1742331 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
- "name": "phosphor-home",
- "version": "2.0.3",
+ "name": "@phosphor-icons/homepage",
+ "version": "2.0.4",
"license": "MIT",
"homepage": "https://phosphoricons.com",
"author": {
diff --git a/src/components/App/App.tsx b/src/components/App/App.tsx
index 99de892..de64f76 100644
--- a/src/components/App/App.tsx
+++ b/src/components/App/App.tsx
@@ -8,7 +8,7 @@ import IconGrid from "@/components/IconGrid";
import Footer from "@/components/Footer";
import ErrorBoundary from "@/components/ErrorBoundary";
import Notice from "@/components/Notice";
-// import Recipes from "@/components/Recipes";
+import Recipes from "@/components/Recipes";
import { useCSSVariables } from "@/hooks";
import { isDarkThemeSelector } from "@/state";
diff --git a/src/components/Footer/Footer.tsx b/src/components/Footer/Footer.tsx
index b43ae95..c63a2b8 100644
--- a/src/components/Footer/Footer.tsx
+++ b/src/components/Footer/Footer.tsx
@@ -112,7 +112,7 @@ const Footer = (_: FooterProps) => {
Phosphor is free and open-source, licensed under{" "}
MIT
@@ -149,7 +149,7 @@ const Footer = (_: FooterProps) => {
Type set in{" "}
-
+
Manrope
{" "}
by Mikhail Sharanda and{" "}
diff --git a/src/components/Links/Links.tsx b/src/components/Links/Links.tsx
index 6b96b93..6537255 100644
--- a/src/components/Links/Links.tsx
+++ b/src/components/Links/Links.tsx
@@ -86,7 +86,10 @@ const Links = (_: LinksProps) => {
-
+
Donate on BuyMeACoffee
{" / "}
diff --git a/src/components/Recipes/Recipe.tsx b/src/components/Recipes/Recipe.tsx
index e375b3c..510d8b5 100644
--- a/src/components/Recipes/Recipe.tsx
+++ b/src/components/Recipes/Recipe.tsx
@@ -8,7 +8,7 @@ export type RecipeProps = {
const Recipe = ({ url, Example }: RecipeProps) => {
return (
-
+
{/* {title}
*/}
Open on StackBlitz
diff --git a/src/components/Recipes/items/HandDrawn.tsx b/src/components/Recipes/items/HandDrawn.tsx
index 879c324..8311215 100644
--- a/src/components/Recipes/items/HandDrawn.tsx
+++ b/src/components/Recipes/items/HandDrawn.tsx
@@ -4,14 +4,14 @@ import { RecipeProps } from "../Recipe";
const animation: RecipeProps = {
title: "Hand Drawn",
- url: "https://stackblitz.com/edit/react-ts-f7q7gs?file=App.tsx,style.css",
+ url: "https://stackblitz.com/edit/stackblitz-starters-4vqgkm?file=src%2FApp.tsx",
Example() {
return (
+ >
-
-
-
+
+
+
);
},