Use buildLog href

This commit is contained in:
2025-01-02 15:54:06 -06:00
parent e68384abcf
commit 8e0ca95c8a

View File

@@ -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}