diff --git a/README.md b/README.md index 1a5ea2b..e160898 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -

Cozy 🧸 Uh, we need a new name! See why here

+

Cozy Uh, we need a new name! See why here

Last Commit @@ -58,6 +58,3 @@ It doesn't exist yet... I'll probably get to creating a browser extension at som ## Contributing Speaking of PRs being welcome, see our [CONTRIBUTING guide](/CONTRIBUTING.md). - -🧸 - diff --git a/favicon.ico b/favicon.ico new file mode 100644 index 0000000..85a9aac Binary files /dev/null and b/favicon.ico differ diff --git a/src/components/Footer.astro b/src/components/Footer.astro index 7933534..d4790b6 100644 --- a/src/components/Footer.astro +++ b/src/components/Footer.astro @@ -12,6 +12,7 @@ import Icon from 'astro-iconify' Hand-crafted with by Ayo Ayco
Star on GitHub to support! +

All rights reserved to content owners.
diff --git a/src/components/Library.astro b/src/components/Library.astro index 7c23cb1..78ce5c8 100644 --- a/src/components/Library.astro +++ b/src/components/Library.astro @@ -17,19 +17,30 @@ const {routerOutlet, skipSave = false} = Astro.props;