mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-11 05:35:25 +03:00
Fix logs copy icon
This commit is contained in:
parent
3ce9265180
commit
c7e6f023b5
@ -366,7 +366,7 @@ function Logs() {
|
|||||||
size="sm"
|
size="sm"
|
||||||
onClick={handleCopyLogs}
|
onClick={handleCopyLogs}
|
||||||
>
|
>
|
||||||
<FaCopy />
|
<FaCopy className="text-secondary-foreground" />
|
||||||
<div className="hidden md:block text-primary">
|
<div className="hidden md:block text-primary">
|
||||||
Copy to Clipboard
|
Copy to Clipboard
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user