mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2025-01-10 18:27:25 +03:00
Improved styling of the export visits button
This commit is contained in:
parent
508623f89f
commit
843f646264
1 changed files with 1 additions and 1 deletions
|
@ -274,7 +274,7 @@ const VisitsStats: FC<VisitsStatsProps> = (
|
|||
className="btn-md-block"
|
||||
onClick={() => exportCsv(normalizedVisits)}
|
||||
>
|
||||
Export <FontAwesomeIcon icon={faFileExport} />
|
||||
Export ({normalizedVisits.length}) <FontAwesomeIcon icon={faFileExport} />
|
||||
</Button>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue