mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2026-03-16 04:23:47 +00:00
Minor style improvements in overview page
This commit is contained in:
@@ -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 })}
|
||||
|
||||
Reference in New Issue
Block a user