feat: add tranq's skin

This commit is contained in:
neoapps-dev 2026-08-13 03:28:02 +03:00
parent 3e3aa6ea43
commit 58aff0db3a
2 changed files with 6 additions and 0 deletions

BIN
public/Skins/tranq.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 989 B

View file

@ -72,6 +72,12 @@ const DEFAULT_SKINS: SavedSkin[] = [
url: "/Skins/counterr.png",
isSlim: true,
},
{
id: "tranqlmao",
name: "Tranq",
url: "/Skins/tranq.png",
isSlim: false,
},
];
const HeadPreview = memo(function HeadPreview({ src }: { src: string }) {