fix spelling

This commit is contained in:
Yath Seanghay 2021-01-07 17:36:26 +07:00
parent f61028f57b
commit 4e3f1d3263
4 changed files with 2 additions and 2 deletions

View File

@ -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"/>

View File

@ -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

Binary file not shown.

After

Width:  |  Height:  |  Size: 68 KiB