diff --git a/README.md b/README.md index ab40e3c..151d5c2 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # Event Cactus 🌵 -A mobile-first event RSVP SaaS application with a crypto vintage aesthetic. Create events, share unique URLs, and collect RSVPs without any registration required. +A mobile-first event RSVP SaaS application. Create events, share unique URLs, and collect RSVPs without any registration required. Built with ❤️ using SvelteKit, Tailwind CSS, and Supabase diff --git a/src/app.html b/src/app.html index f273cc5..b9c45d8 100644 --- a/src/app.html +++ b/src/app.html @@ -3,6 +3,7 @@ + %sveltekit.head% diff --git a/src/lib/assets/favicon.svg b/src/lib/assets/favicon.svg deleted file mode 100644 index cc5dc66..0000000 --- a/src/lib/assets/favicon.svg +++ /dev/null @@ -1 +0,0 @@ -svelte-logo \ No newline at end of file diff --git a/static/favicon.ico b/static/favicon.ico new file mode 100644 index 0000000..1a5c6be Binary files /dev/null and b/static/favicon.ico differ