mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2024-12-23 09:30:31 +03:00
Improved wording
This commit is contained in:
parent
d9e39eee2b
commit
a0ec3c0293
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ export const Overview = (ShortUrlsTable: FC<ShortUrlsTableProps>) => boundToMerc
|
|||
<Card className="mb-4">
|
||||
<CardHeader>
|
||||
Create short URL
|
||||
<Link className="float-right" to={`/server/${serverId}/create-short-url`}>More options »</Link>
|
||||
<Link className="float-right" to={`/server/${serverId}/create-short-url`}>Advanced options »</Link>
|
||||
</CardHeader>
|
||||
<CardBody>Create</CardBody>
|
||||
</Card>
|
||||
|
|
Loading…
Reference in a new issue