feat: animated-man image

This commit is contained in:
hamster1963 2024-12-15 00:49:05 +08:00
parent 3c853df74f
commit 7479fffa77
2 changed files with 5 additions and 0 deletions

BIN
public/animated-man.webp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 36 KiB

View File

@ -142,6 +142,11 @@ export default function ServerOverview({
</p>
</section>
</section>
<img
className="absolute right-3 top-[-85px] z-10 w-20 scale-90 group-hover:opacity-50 md:scale-100 transition-all"
alt={"animated-man"}
src={"/animated-man.webp"}
/>
</CardContent>
</Card>
</section>