From 7ded9d8414f4daa2393deecaccc1f41604150303 Mon Sep 17 00:00:00 2001 From: Jeff Emmett Date: Mon, 9 Mar 2026 21:45:52 -0700 Subject: [PATCH] Add wave emoji favicon, update footer with nofi + mycofi links MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Add 🌊 SVG favicon to fix 404 on /favicon.ico - Remove "Back to NoFi" button from CTA section - Add nofi.lol and mycofi.earth links to footer Co-Authored-By: Claude Opus 4.6 --- app/icon.svg | 1 + components/sections/CTASection.tsx | 28 ++++++++++++++-------------- 2 files changed, 15 insertions(+), 14 deletions(-) create mode 100644 app/icon.svg diff --git a/app/icon.svg b/app/icon.svg new file mode 100644 index 0000000..e987220 --- /dev/null +++ b/app/icon.svg @@ -0,0 +1 @@ +🌊 \ No newline at end of file diff --git a/components/sections/CTASection.tsx b/components/sections/CTASection.tsx index f306631..60f9aab 100644 --- a/components/sections/CTASection.tsx +++ b/components/sections/CTASection.tsx @@ -92,14 +92,6 @@ export default function CTASection() {

- - - ← back to NoFi - - {/* Footer — clean, minimal */} @@ -109,12 +101,20 @@ export default function CTASection() { Part of the CoFi cinematic universe - - nofi.lol - +
+ + nofi.lol + + + mycofi.earth + +
)