diff --git a/README.md b/README.md
index 663574c..4c9199d 100644
--- a/README.md
+++ b/README.md
@@ -6,6 +6,10 @@
+
We are featured on Product Hunt - upvote us and help us spread the word.
+
+

+
## Secure Your OpenClaw Bots with a Complete Security Skill Suite
Brought to you by Prompt Security, the Platform for AI Security
diff --git a/components/AdvisoryCard.tsx b/components/AdvisoryCard.tsx
index e0517da..e1cb6b0 100644
--- a/components/AdvisoryCard.tsx
+++ b/components/AdvisoryCard.tsx
@@ -47,19 +47,19 @@ export const AdvisoryCard: React.FC
= ({ advisory, formatDate
return (
-
-
+
+
{advisory.severity}
{advisory.cvss_score && ({advisory.cvss_score})}
-
+
{getTypeLabel(advisory.type)}
-
{formatDate(advisory.published)}
+
{formatDate(advisory.published)}
{advisory.id}
diff --git a/components/Header.tsx b/components/Header.tsx
index 3608962..5519e3e 100644
--- a/components/Header.tsx
+++ b/components/Header.tsx
@@ -52,7 +52,7 @@ export const Header: React.FC = () => {
{desktopNav}
{/* Mobile top bar */}
-