mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2026-02-18 02:55:51 +00:00
Improved styling of the export visits button
This commit is contained in:
parent
508623f89f
commit
843f646264
@ -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…
x
Reference in New Issue
Block a user