chore: hide notice icon from header (#366)

This commit is contained in:
Dayuan Jiang
2025-12-23 10:08:14 +09:00
committed by GitHub
parent 87cdc53665
commit b5734aa5e1

View File

@@ -1281,24 +1281,6 @@ Continue from EXACTLY where you stopped.`,
About
</Link>
)}
{!isMobile &&
process.env.NEXT_PUBLIC_SHOW_ABOUT_AND_NOTICE ===
"true" && (
<Link
href="/about"
target="_blank"
rel="noopener noreferrer"
>
<ButtonWithTooltip
tooltipContent="Due to high usage, I have changed the model to minimax-m2 and added some usage limits. See About page for details."
variant="ghost"
size="icon"
className="h-6 w-6 text-amber-500 hover:text-amber-600"
>
<AlertTriangle className="h-4 w-4" />
</ButtonWithTooltip>
</Link>
)}
</div>
<div className="flex items-center gap-1 justify-end overflow-visible">
<ButtonWithTooltip