Skip to content

Commit

Permalink
linting fix
Browse files Browse the repository at this point in the history
  • Loading branch information
DonaldKLee committed Sep 3, 2024
1 parent af6d67c commit 94d7503
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions components/Hackathons.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,23 +38,6 @@ const HackathonsContainer = styled.div`
}
`;

const ActionButton = styled(Button)`
width: 200px;
height: 60px;
font-size: 22px;
margin: auto;
margin-top: 24px;
${(p) => p.theme.mediaQueries.mobile} {
height: 60px;
width: 200px;
}
&:hover {
cursor: pointer;
}
`;

const HackathonPlanet = styled.div`
margin: 0 auto;
display: grid;
Expand Down

0 comments on commit 94d7503

Please sign in to comment.