Skip to content

Commit

Permalink
Update GithubButton.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
cdedreuille committed Mar 8, 2024
1 parent 069e59a commit 9140eb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/GithubButton.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const Wrapper = styled.div<{ inverse?: boolean }>`
border-radius: 64px;
cursor: pointer;
gap: 10px;
padding: 0 8px;
padding: 0 12px;
`;

const Svg = styled.svg<{ inverse?: boolean }>`
Expand Down

0 comments on commit 9140eb1

Please sign in to comment.