mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2026-03-14 11:33:51 +00:00
Improved styling of the export visits button
This commit is contained in:
@@ -274,7 +274,7 @@ const VisitsStats: FC<VisitsStatsProps> = (
|
|||||||
className="btn-md-block"
|
className="btn-md-block"
|
||||||
onClick={() => exportCsv(normalizedVisits)}
|
onClick={() => exportCsv(normalizedVisits)}
|
||||||
>
|
>
|
||||||
Export <FontAwesomeIcon icon={faFileExport} />
|
Export ({normalizedVisits.length}) <FontAwesomeIcon icon={faFileExport} />
|
||||||
</Button>
|
</Button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user