From bbd92bcdda9c6e752ab2623e42928ebc01a40ebe Mon Sep 17 00:00:00 2001 From: nomi-nonsz Date: Mon, 6 Oct 2025 14:23:44 +0700 Subject: [PATCH] update not found --- src/app/globals.css | 6 +++--- src/app/not-found.tsx | 4 +++- src/components/wobbling-image.tsx | 2 +- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/src/app/globals.css b/src/app/globals.css index de2db22..456acba 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -9,11 +9,11 @@ @keyframes click-bounce { 0%, 100% { - transform: scale(1, 1); + transform: translate(0px, 0px) scale(1, 1); /* animation-timing-function: linear(0.2, 0.8, 1); */ } - 30% { - transform: scale(1.18, 0.9); + 20% { + transform: translate(0px, 14px) scale(1.2, 0.9); /* animation-timing-function: cubic-bezier(0.8, 0, 1, 1); */ } } diff --git a/src/app/not-found.tsx b/src/app/not-found.tsx index fef25ba..bf855e3 100644 --- a/src/app/not-found.tsx +++ b/src/app/not-found.tsx @@ -22,7 +22,9 @@ export default function NotFound() { img1="/images/coralz_0.png" img2="/images/coralz_1.png" /> - Source +
+ {">]"}Image source +
); diff --git a/src/components/wobbling-image.tsx b/src/components/wobbling-image.tsx index 169eda1..7f98c2d 100644 --- a/src/components/wobbling-image.tsx +++ b/src/components/wobbling-image.tsx @@ -98,7 +98,7 @@ function WobblingImage ({