diff --git a/web/src/App.tsx b/web/src/App.tsx
index 132d929..eeed0b4 100644
--- a/web/src/App.tsx
+++ b/web/src/App.tsx
@@ -188,6 +188,13 @@ export default function App() {
Desktop App
)}
+
{
diff --git a/web/src/styles.css b/web/src/styles.css
index a4e1cb8..656b9d5 100644
--- a/web/src/styles.css
+++ b/web/src/styles.css
@@ -336,6 +336,23 @@ html, body {
max-width: 300px;
}
+/* ── Refresh Button ── */
+.hub-refresh-btn {
+ background: none;
+ border: none;
+ color: var(--text-muted);
+ font-size: 1rem;
+ cursor: pointer;
+ padding: 4px 6px;
+ border-radius: var(--radius);
+ transition: all var(--transition);
+ line-height: 1;
+}
+.hub-refresh-btn:hover {
+ color: var(--accent);
+ background: rgba(230, 126, 34, 0.1);
+}
+
/* ── Version Info Modal ── */
.hub-version-clickable {
cursor: pointer;