diff --git a/web/app/(app)/vulnerabilities/page.tsx b/web/app/(app)/vulnerabilities/page.tsx
index 62ef53d..a134150 100644
--- a/web/app/(app)/vulnerabilities/page.tsx
+++ b/web/app/(app)/vulnerabilities/page.tsx
@@ -99,7 +99,7 @@ export default function VulnerabilitiesPage() {
{isAdmin && (
)}
@@ -120,9 +120,7 @@ export default function VulnerabilitiesPage() {
paged.reset();
}}
aria-pressed={severity === s}
- className={`flex items-center gap-2 rounded-lg border px-2.5 py-1.5 text-left transition-colors ${
- severity === s ? "border-accent bg-surface-2" : "border-transparent hover:bg-surface-2"
- }`}
+ className={`flex items-center gap-2 rounded-lg border px-2.5 py-1.5 text-left transition-colors ${severity === s ? "border-accent bg-surface-2" : "border-transparent hover:bg-surface-2"}`}
>
No {state} findings{severity ? ` at ${severity} severity` : ""}.
-- Servers report their packages hourly. A server whose distribution has no advisory feed is reported as unsupported - on its own page rather than counted as clean here. -
+Servers report their packages hourly. A server whose distribution has no advisory feed is reported as unsupported on its own page rather than counted as clean here.