From bf695bb98a72ca2dcca6f2e46acbb5fa4ca58bf6 Mon Sep 17 00:00:00 2001
From: Firespray-31 <147506444+Firespray-31@users.noreply.github.com>
Date: Fri, 12 Sep 2025 09:30:23 +1000
Subject: [PATCH] feat: makes upgrade button text purpose less ambiguous
---
src/components/HubButton.tsx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/components/HubButton.tsx b/src/components/HubButton.tsx
index 75461eb..6518a5d 100644
--- a/src/components/HubButton.tsx
+++ b/src/components/HubButton.tsx
@@ -38,7 +38,7 @@ const HubButton = ({ style }: { style?: string }) => {
target="_blank"
style={style ? parseInlineStyle(style) : {}}
>
- Upgrade
+ Upgrade to Traefik Hub
)
}