mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-14 23:25:25 +03:00
Simplify share button
This commit is contained in:
parent
e82c695d6f
commit
305a67f83b
@ -140,7 +140,7 @@ export default function ReviewDetailDialog({
|
||||
</div>
|
||||
<Button
|
||||
className="flex max-w-24 gap-2"
|
||||
variant="select"
|
||||
variant="secondary"
|
||||
size="sm"
|
||||
onClick={() =>
|
||||
navigator.share({
|
||||
@ -149,7 +149,6 @@ export default function ReviewDetailDialog({
|
||||
}
|
||||
>
|
||||
<FaShareAlt className="size-4" />
|
||||
Share
|
||||
</Button>
|
||||
</div>
|
||||
<div className="flex w-full flex-col items-center gap-2">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user