Skip to content

Commit

Permalink
change hiring button to sponsor button
Browse files Browse the repository at this point in the history
  • Loading branch information
juancwu committed Oct 24, 2023
1 parent dab1ade commit fd4a1f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Buttons.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ const Buttons = () => (
<button>Newsletter</button>
</form>

<form action="https://hawkhacks.notion.site/HawkHacks-Hiring-Package-2c23019befc34246b13ac1f143317901" target="_blank">
<button>Hiring</button>
<form action="https://hawkhacks.ca/sponsorships.pdf" target="_blank" method="GET">
<button style={{ whiteSpace: 'nowrap' }}>Sponsor Us</button>

Check failure

Code scanning / ESLint

enforce the consistent use of either backticks, double, or single quotes Error

Strings must use doublequote.
</form>
</div>
);
Expand Down

0 comments on commit fd4a1f8

Please sign in to comment.