mirror of
https://github.com/aculix/vector-drawable-nextjs.git
synced 2025-12-06 06:08:24 +00:00
fix spelling
This commit is contained in:
parent
f61028f57b
commit
4e3f1d3263
@ -17,7 +17,7 @@ export default class MyDocument extends Document {
|
||||
<meta property="og:url" content="https://vector-drawable.vercel.app/" />
|
||||
<meta property="og:title" content="Android VectorDrawable to SVG" />
|
||||
<meta property="og:description" content="Quickly create an SVG out of Android VectorDrawable." />
|
||||
<meta property="og:image" content="https://vector-drawable.vercel.app/thumbnail-cover.png" />
|
||||
<meta property="og:image" content="https://vector-drawable.vercel.app/thumbnail-cover@2x.png" />
|
||||
|
||||
<meta name="twitter:card" content="Android VectorDrawable to SVG"/>
|
||||
|
||||
|
||||
@ -126,7 +126,7 @@ export default function Home() {
|
||||
<div className="vd-form-center">
|
||||
<div className="vd-head vd-form-center">
|
||||
<h1 className="vd-title">VectorDrawable to SVG</h1>
|
||||
<p className="vd-subtitle">Drop your valid a vector drawable file here.</p>
|
||||
<p className="vd-subtitle">Drop a valid vector drawable file here.</p>
|
||||
<div
|
||||
onDragEnter={dragEnter}
|
||||
onDragLeave={dragLeave}
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 69 KiB |
BIN
public/thumbnail-cover@2x.png
Normal file
BIN
public/thumbnail-cover@2x.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 68 KiB |
Loading…
x
Reference in New Issue
Block a user