Add sloth image

This commit is contained in:
Jackson Harper
2023-09-05 09:58:38 +08:00
parent 4b866490b6
commit 9e78976bf0
2 changed files with 12 additions and 0 deletions

View File

@ -0,0 +1,12 @@
import Image from 'next/image'
export const HelpfulSlothImage = () => {
return (
<Image
src="/static/images/helpful-sloth@2x.png"
width={200}
height={200}
alt="Picture of a sloth reading"
/>
)
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 68 KiB