Skip to content

Commit

Permalink
Fix eslint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
elrumordelaluz committed May 9, 2024
1 parent cd943ca commit df3a074
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/web/components/Button.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ const StyledLink = styled(Link)`
props.bg
? 'white'
: props.color
? themeColors[props.color]
: themeColors.black};
? themeColors[props.color]
: themeColors.black};
${(props) =>
props.nospaces &&
`
Expand Down

0 comments on commit df3a074

Please sign in to comment.