1
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:
2025-10-14 18:31:24 -04:00
parent 6cacdb9648
commit 368e7bdbe4
2 changed files with 3 additions and 0 deletions

View File

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

View File

@@ -160,6 +160,7 @@ export function RegistrationSection({
to={d.expirationDate}
dangerDays={30}
warnDays={60}
className="text-[11px] leading-none"
/>
) : null
}