Add sloth image
This commit is contained in:
@ -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"
|
||||
/>
|
||||
)
|
||||
}
|
||||
BIN
packages/web/public/static/images/helpful-sloth@2x.png
Normal file
BIN
packages/web/public/static/images/helpful-sloth@2x.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 68 KiB |
Reference in New Issue
Block a user