We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 979223d commit b6d79c7Copy full SHA for b6d79c7
src/components/HubButton.tsx
@@ -38,7 +38,7 @@ const HubButton = ({ style }: { style?: string }) => {
38
target="_blank"
39
style={style ? parseInlineStyle(style) : {}}
40
>
41
- <span>Upgrade</span>
+ <span>Upgrade to Traefik Hub</span>
42
</StyledButton>
43
)
44
}
0 commit comments