Skip to content

Commit

Permalink
Merge pull request #207 from nwplus/dev
Browse files Browse the repository at this point in the history
  • Loading branch information
martincai8 authored Oct 30, 2024
2 parents 56c4381 + 2bcdcf9 commit e7f222b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion components/Hackathons.js
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ export default function Hackathons() {
<HackathonTitle>HackCamp {HackCampData.open && <LiveBadge>Live</LiveBadge>}</HackathonTitle>
<HackathonDescriptions>Canada’s largest beginner hackathon, focused on learning.</HackathonDescriptions>
<HackathonDate>{HackCampData.date}</HackathonDate>
<HackathonButton href={HackCampData.link} target="_blank">Apply</HackathonButton>
<HackathonButton href={HackCampData.link} target="_blank">Visit Website</HackathonButton>
</HackathonDetails>

<DashedConnector open={HackCampData.open} style={{ top: "0px", left: "10px", transform: "rotate(30deg)" }}></DashedConnector>
Expand Down
3 changes: 1 addition & 2 deletions components/Hero.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,7 @@ const ComboButton = styled(Button)`
height: 22px;
width: 49px;
margin-top: -22px;
margin-left: calc(100% - 170px);
width: Fixed (49px)px;
margin-left: 200px;
font-size: 0.8em;
border-radius: 6px;
}
Expand Down

0 comments on commit e7f222b

Please sign in to comment.