mirror of
https://github.com/Xevion/dynamic-preauth.git
synced 2025-12-06 01:14:55 -06:00
Use buildLog href
This commit is contained in:
@@ -128,10 +128,14 @@ export default function DownloadButton({
|
|||||||
<>
|
<>
|
||||||
<MenuSeparator className="my-1 h-px bg-white/10" />
|
<MenuSeparator className="my-1 h-px bg-white/10" />
|
||||||
<MenuItem>
|
<MenuItem>
|
||||||
<button className="group flex w-full items-center gap-2 rounded-lg py-1.5 px-2 data-[focus]:bg-white/10">
|
<a
|
||||||
|
className="group flex w-full items-center gap-2 rounded-lg py-1.5 px-2 data-[focus]:bg-white/10"
|
||||||
|
href={buildLog}
|
||||||
|
target="_blank"
|
||||||
|
>
|
||||||
<BeakerIcon className="size-4 fill-white/40" />
|
<BeakerIcon className="size-4 fill-white/40" />
|
||||||
Build Logs
|
Build Logs
|
||||||
</button>
|
</a>
|
||||||
</MenuItem>
|
</MenuItem>
|
||||||
</>
|
</>
|
||||||
) : null}
|
) : null}
|
||||||
|
|||||||
Reference in New Issue
Block a user