hide / show to toggle alert area

This commit is contained in:
mbecker20
2024-06-05 01:59:16 -07:00
parent 676fb3c732
commit 7f4c883416

View File

@@ -25,7 +25,7 @@ export const OpenAlerts = () => {
icon={<AlertTriangle className="w-4 h-4" />}
actions={
<Button variant="ghost" onClick={() => setOpen(!open)}>
{open ? "close" : "open"}
{open ? "hide" : "show"}
</Button>
}
>