mirror of
https://github.com/henrygd/beszel.git
synced 2026-03-27 07:56:19 +01:00
add ability to set alerts for all systems
This commit is contained in:
@@ -41,7 +41,7 @@ const AlertTitle = React.forwardRef<HTMLParagraphElement, React.HTMLAttributes<H
|
||||
({ className, ...props }, ref) => (
|
||||
<h5
|
||||
ref={ref}
|
||||
className={cn('mb-1 font-medium leading-none tracking-tight', className)}
|
||||
className={cn('mb-1 -mt-0.5 font-medium leading-tight tracking-tight', className)}
|
||||
{...props}
|
||||
/>
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user