feat: add product image placeholder SVG
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 4 3" preserveAspectRatio="xMidYMid meet">
|
||||
<rect width="4" height="3" fill="#27272a"/>
|
||||
<text
|
||||
x="2"
|
||||
y="1.35"
|
||||
font-family="system-ui, sans-serif"
|
||||
font-size="0.28"
|
||||
fill="#71717a"
|
||||
text-anchor="middle"
|
||||
dominant-baseline="middle"
|
||||
>Image</text>
|
||||
<text
|
||||
x="2"
|
||||
y="1.75"
|
||||
font-family="system-ui, sans-serif"
|
||||
font-size="0.28"
|
||||
fill="#71717a"
|
||||
text-anchor="middle"
|
||||
dominant-baseline="middle"
|
||||
>Coming Soon</text>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 519 B |
Reference in New Issue
Block a user