fix: oops koishi is missing.. so we replaced to suika
All checks were successful
/ deploy_site (push) Successful in 1m45s

This commit is contained in:
Minhyeok Park 2024-10-30 21:23:37 +09:00
parent f73b1a7e0b
commit e184b43a6f
Signed by: pmh_only
SSH Key Fingerprint: SHA256:g/OyGvi2pcd8ub9mqge/ohmDP0fZX/xOPWPIcM+9XpI
4 changed files with 2 additions and 2 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

BIN
public/suika.webp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

View File

@ -60,7 +60,7 @@ export const Editor: FC = () => {
<p>The PTOOLS v2</p> <p>The PTOOLS v2</p>
<p>Made by Minhyeok Park</p> <p>Made by Minhyeok Park</p>
</div> </div>
<img className={style.koishi} src="/koishi.webp" /> <img className={style.suika} src="/suika.webp" />
</div> </div>
</motion.div> </motion.div>
) )

View File

@ -13,7 +13,7 @@
text-align: right; text-align: right;
opacity: 0.25; opacity: 0.25;
.koishi { .suika {
width: 140px; width: 140px;
} }
} }