diff --git a/README.md b/README.md index 5ccd7ca..d3f15fd 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # sl-utils -> 🛠️ A small collection of utilities for myself 🤓 +> 🛠️ A collection of small utilities for myself 🤓 https://sl-utils.deno.dev/ diff --git a/components/Code.tsx b/components/Code.tsx index ee0bec3..acf9b97 100644 --- a/components/Code.tsx +++ b/components/Code.tsx @@ -2,7 +2,7 @@ import { JSX } from "preact/jsx-runtime"; export const Code = ({ children }: { children: JSX.Element }) => { return ( - + {children} ); diff --git a/components/Footer.tsx b/components/Footer.tsx index 5f6590a..03eb551 100644 --- a/components/Footer.tsx +++ b/components/Footer.tsx @@ -1,7 +1,7 @@ export const Footer = () => { return (