mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-12 14:15:22 +03:00
Open docs links in separate tabs
This commit is contained in:
parent
bc559765aa
commit
ef365665de
@ -324,7 +324,7 @@ export default function GeneralSettings({ className }: GeneralSettingsProps) {
|
||||
Help
|
||||
</DropdownMenuLabel>
|
||||
<DropdownMenuSeparator />
|
||||
<a href="https://docs.frigate.video">
|
||||
<a href="https://docs.frigate.video" target="_blank">
|
||||
<MenuItem
|
||||
className={
|
||||
isDesktop ? "cursor-pointer" : "flex items-center p-2 text-sm"
|
||||
@ -334,7 +334,10 @@ export default function GeneralSettings({ className }: GeneralSettingsProps) {
|
||||
<span>Documentation</span>
|
||||
</MenuItem>
|
||||
</a>
|
||||
<a href="https://github.com/blakeblackshear/frigate">
|
||||
<a
|
||||
href="https://github.com/blakeblackshear/frigate"
|
||||
target="_blank"
|
||||
>
|
||||
<MenuItem
|
||||
className={
|
||||
isDesktop ? "cursor-pointer" : "flex items-center p-2 text-sm"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user