Minor style improvements in overview page

This commit is contained in:
Alejandro Celaya
2020-12-08 11:39:16 +01:00
parent 8d5f7e942d
commit 20a9259109
5 changed files with 17 additions and 10 deletions

View File

@@ -106,7 +106,7 @@ const CreateShortUrl = (
<Input
bsSize="lg"
type="url"
placeholder="Insert the URL to be shortened"
placeholder="URL to be shortened"
required
value={shortUrlCreation.longUrl}
onChange={(e) => setShortUrlCreation({ ...shortUrlCreation, longUrl: e.target.value })}