WIP
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 430 KiB After Width: | Height: | Size: 176 KiB |
BIN
public/screenshot@2x.png
Normal file
BIN
public/screenshot@2x.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 430 KiB |
@@ -42,7 +42,11 @@ function Home() {
|
|||||||
</Feature>
|
</Feature>
|
||||||
</Grid.Unit>
|
</Grid.Unit>
|
||||||
<Feature size={{ desktop: 2 / 3 }}>
|
<Feature size={{ desktop: 2 / 3 }}>
|
||||||
<Screenshot src="/screenshot.png" />
|
<Screenshot
|
||||||
|
srcset="screenshot.png, screenshot@2x.png 2x"
|
||||||
|
src="/screenshot@2x.png"
|
||||||
|
alt="Outline Screenshot"
|
||||||
|
/>
|
||||||
</Feature>
|
</Feature>
|
||||||
</Features>
|
</Features>
|
||||||
<Highlights id="features">
|
<Highlights id="features">
|
||||||
|
|||||||
Reference in New Issue
Block a user