diff --git a/frontend/src/components/stickies.tsx b/frontend/src/components/stickies.tsx
index e2e4e0e..05551c8 100644
--- a/frontend/src/components/stickies.tsx
+++ b/frontend/src/components/stickies.tsx
@@ -109,6 +109,9 @@ const Stickies = () => {
{group.rank}
+ {group.rank === 1 && (
+ Drag and drop to reorganize cluster priority
+ )}
{group.label}
⠿
diff --git a/frontend/src/styles/stickies.css b/frontend/src/styles/stickies.css
index d7ed318..da233ce 100644
--- a/frontend/src/styles/stickies.css
+++ b/frontend/src/styles/stickies.css
@@ -60,6 +60,14 @@
flex-shrink: 0;
}
+.cluster-reorder-hint {
+ font-size: 0.8em;
+ color: #9ca3af;
+ font-style: italic;
+ white-space: nowrap;
+ flex-shrink: 0;
+}
+
.cluster-label {
margin: 0;
font-size: 1.2em;