diff --git a/src/routes/admin.tsx b/src/routes/admin.tsx index 8565e64..f5c172f 100644 --- a/src/routes/admin.tsx +++ b/src/routes/admin.tsx @@ -377,6 +377,9 @@ app.get("/", async (c) => {

Manage your email newsletter feeds

+ + Status + Logout diff --git a/src/styles/layout.css b/src/styles/layout.css index bf63790..ea35e3e 100644 --- a/src/styles/layout.css +++ b/src/styles/layout.css @@ -173,6 +173,7 @@ .header-actions { display: flex; align-items: center; + gap: var(--spacing-sm); margin-top: var(--spacing-md); }