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