Skip to content

Commit b6d79c7

Browse files
authored
feat: makes upgrade button text purpose less ambiguous
1 parent 979223d commit b6d79c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/HubButton.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ const HubButton = ({ style }: { style?: string }) => {
3838
target="_blank"
3939
style={style ? parseInlineStyle(style) : {}}
4040
>
41-
<span>Upgrade</span>
41+
<span>Upgrade to Traefik Hub</span>
4242
</StyledButton>
4343
)
4444
}

0 commit comments

Comments
 (0)