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 a1108ee commit fa49c77Copy full SHA for fa49c77
src/components/HubButton.tsx
@@ -39,12 +39,8 @@ const StyledButton = styled.a`
39
40
const HubButton = ({ style }: { style?: string }) => {
41
return (
42
- <StyledWrapper>
43
- <StyledButton
44
- href="https://traefik.io/upgrade-traefik"
45
- target="_blank"
46
- style={style ? parseInlineStyle(style) : {}}
47
- >
+ <StyledWrapper style={style ? parseInlineStyle(style) : {}}>
+ <StyledButton href="https://traefik.io/upgrade-traefik" target="_blank">
48
Upgrade
49
</StyledButton>
50
</StyledWrapper>
0 commit comments