add button for staring the project on github
All checks were successful
Deploy App / docker (ubuntu-latest) (push) Successful in 55s

This commit is contained in:
Lee
2024-04-16 19:27:48 +01:00
parent 9e0a914ccb
commit 07ecdaaf78
3 changed files with 26 additions and 8 deletions

View File

@ -79,6 +79,7 @@ export default async function Page({ params }: Params) {
<div className="flex gap-2">
{Object.entries(player.skin.parts).map(([key, value]) => {
return (
// eslint-disable-next-line @next/next/no-img-element
<img className="h-[64px]" key={key} src={value} alt={`The player's ${key}`} loading="lazy" />
);
})}