Skip to content

Commit

Permalink
fix props on buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
suejinkim20 committed Jul 12, 2024
1 parent fa3fe68 commit 98dc76d
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion src/content/cfa.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ These talks should show active FABRIC experiment views and results. For planned
Submissions are due July 15 via our [submission form](https://docs.google.com/forms/d/1x-JXFHXTNgN6-wkqcoBcnFNAvkPdRSCIrX_poPTXazw/viewform?edit_requested=true).

<div class="button-container">
<button linkTo="https://docs.google.com/forms/d/1x-JXFHXTNgN6-wkqcoBcnFNAvkPdRSCIrX_poPTXazw/viewform?edit_requested=true" center="true">Call for Presentations</button>
<button linkto="https://docs.google.com/forms/d/1x-JXFHXTNgN6-wkqcoBcnFNAvkPdRSCIrX_poPTXazw/viewform?edit_requested=true">Call for Presentations</button>
</div>

For more questions, email [Chelsea Davis](mailto:cdavis@renci.org)
4 changes: 2 additions & 2 deletions src/content/home.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ See what [travel accommodations](/travel) are available,
and [register now](/register)!

<div class="button-container">
<button linkTo="/registration" center="true">Register Now</button>
<button linkTo="/cfa" center="true">Calls for Action</button>
<button linkto="/registration">Register Now</button>
<button linkto="/cfa">Calls for Action</button>
</div>

##### Funding Details
Expand Down
2 changes: 1 addition & 1 deletion src/content/registration.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ Kansas City, MO
- **Previous KNIT attendee**: $150

<div class="button-container">
<button linkTo="https://apps2.research.unc.edu/events/index.cfm?event=events.go&key=C2B2" center="true">Register Now</button>
<button linkto="https://apps2.research.unc.edu/events/index.cfm?event=events.go&key=C2B2">Register Now</button>
</div>
6 changes: 3 additions & 3 deletions src/content/travel.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ September 4 is the last day to reserve your room as part of the hotel block. Our
> 4601 Broadway Blvd, Kansas City, MO 64112
Reservations can be made at the [hotel website](https://www.marriott.com/event-reservations/reservation-link.mi?id=1704930566970&key=GRP&app=resvlink).
Reservations can be made at the [hotel website](https://www.marriott.com/event-reservations/reservation-link.mi?id=1717098427388&key=GRP&app=resvlink).

<div class="button-container">
<button linkTo="https://www.marriott.com/event-reservations/reservation-link.mi?id=1704930566970&key=GRP&app=resvlink" center="true">Hotel Block Booking</button>
<button linkto="https://www.marriott.com/event-reservations/reservation-link.mi?id=1717098427388&key=GRP&app=resvlink">Hotel Block Booking</button>
</div>

## Travel Stipends
Expand All @@ -27,5 +27,5 @@ Important Note: In order to receive travel grant reimbursements, you are require
Applications are due July 15 via our [application form](https://docs.google.com/forms/d/e/1FAIpQLSfxRFxaMFc5ZiPyg94vRhHtHUdDb-8I_qlxaZwXxYZO4SpzzQ/viewform).

<div class="button-container">
<button linkTo="https://docs.google.com/forms/d/e/1FAIpQLSfxRFxaMFc5ZiPyg94vRhHtHUdDb-8I_qlxaZwXxYZO4SpzzQ/viewform" center="true">Travel Stipend Application</button>
<button linkto="https://docs.google.com/forms/d/e/1FAIpQLSfxRFxaMFc5ZiPyg94vRhHtHUdDb-8I_qlxaZwXxYZO4SpzzQ/viewform">Travel Stipend Application</button>
</div>

0 comments on commit 98dc76d

Please sign in to comment.