mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Add sloth image
This commit is contained in:
parent
4b866490b6
commit
9e78976bf0
2 changed files with 12 additions and 0 deletions
|
|
@ -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 |
Loading…
Reference in a new issue