feat: add favicon and apple touch icon, center discovery CTA button
All checks were successful
Build & Push / build-and-push (push) Successful in 1m46s

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-04-07 19:15:41 -04:00
parent 24d8ab73f5
commit 57faddc051
3 changed files with 1 additions and 1 deletions

BIN
src/app/apple-icon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

BIN
src/app/favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 279 KiB

View File

@@ -111,7 +111,7 @@ export default function Discovery() {
</motion.p>
{!isOpen && (
<motion.div variants={revealVariants} className="mt-8">
<motion.div variants={revealVariants} className="mt-8 flex flex-col items-center">
<button
type="button"
onClick={handleOpen}