feat: add favicon and apple touch icon, center discovery CTA button
All checks were successful
Build & Push / build-and-push (push) Successful in 1m46s
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:
BIN
src/app/apple-icon.png
Normal file
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
BIN
src/app/favicon.ico
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 279 KiB |
@@ -111,7 +111,7 @@ export default function Discovery() {
|
|||||||
</motion.p>
|
</motion.p>
|
||||||
|
|
||||||
{!isOpen && (
|
{!isOpen && (
|
||||||
<motion.div variants={revealVariants} className="mt-8">
|
<motion.div variants={revealVariants} className="mt-8 flex flex-col items-center">
|
||||||
<button
|
<button
|
||||||
type="button"
|
type="button"
|
||||||
onClick={handleOpen}
|
onClick={handleOpen}
|
||||||
|
|||||||
Reference in New Issue
Block a user