creeper!
This commit is contained in:
parent
7465ba6175
commit
b5251cbf59
BIN
Frontend/public/media/creeper.png
Normal file
BIN
Frontend/public/media/creeper.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 292 KiB |
16
Frontend/src/app/components/creeper.tsx
Normal file
16
Frontend/src/app/components/creeper.tsx
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
import Image from "next/image";
|
||||||
|
|
||||||
|
/**
|
||||||
|
* A creeper image.
|
||||||
|
*
|
||||||
|
* @returns the creeper jsx
|
||||||
|
*/
|
||||||
|
const Creeper = (): JSX.Element => (
|
||||||
|
<Image
|
||||||
|
src="/media/creeper.png"
|
||||||
|
alt="A Minecraft Creeper"
|
||||||
|
width={216}
|
||||||
|
height={216}
|
||||||
|
/>
|
||||||
|
);
|
||||||
|
export default Creeper;
|
Loading…
Reference in New Issue
Block a user