mirror of
https://github.com/jakejarvis/hoot.git
synced 2025-10-18 20:14:25 -04:00
Add text styling to certificates and registration sections for improved readability
This commit is contained in:
@@ -150,6 +150,7 @@ export function CertificatesSection({
|
||||
to={firstCert.validTo}
|
||||
dangerDays={7}
|
||||
warnDays={30}
|
||||
className="text-[11px] leading-none"
|
||||
/>
|
||||
}
|
||||
/>
|
||||
@@ -254,6 +255,7 @@ export function CertificatesSection({
|
||||
to={c.validTo}
|
||||
dangerDays={7}
|
||||
warnDays={30}
|
||||
className="text-[11px] leading-none"
|
||||
/>
|
||||
}
|
||||
/>
|
||||
|
@@ -160,6 +160,7 @@ export function RegistrationSection({
|
||||
to={d.expirationDate}
|
||||
dangerDays={30}
|
||||
warnDays={60}
|
||||
className="text-[11px] leading-none"
|
||||
/>
|
||||
) : null
|
||||
}
|
||||
|
Reference in New Issue
Block a user