Skip to content

Commit

Permalink
Add google form link
Browse files Browse the repository at this point in the history
  • Loading branch information
rdfurman committed Apr 26, 2024
1 parent 586b05d commit 1311c0f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 33 deletions.
31 changes: 0 additions & 31 deletions src/components/gallery.css

This file was deleted.

4 changes: 3 additions & 1 deletion src/components/weddingmenu.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,9 @@ export default function WeddingMenu() {
<StyleMenuContainer>
<StyledLinksBox open={hamburgerOpen}>
<ListInternalLink to="/weddinginfo">Info</ListInternalLink>
<ListExternalLink to="https://google.ca">RSVP</ListExternalLink>
<ListExternalLink to="https://forms.gle/rtPBvcnA7sPaT7EE7">
RSVP
</ListExternalLink>
</StyledLinksBox>
<StyledHamburgerBox open={hamburgerOpen}>
<FaBars size={24} onClick={() => setHamburgerOpen(!hamburgerOpen)} />
Expand Down
6 changes: 5 additions & 1 deletion src/pages/weddinginfo.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,11 @@ const WeddingInfo = () => {
6PM - Dinner
</p>
<h3>Accomodations</h3>
<p>Everything is first-come-first-serve. All prices include tax.</p>
<p>
Everything is{" "}
<strong style={{ color: "red" }}>first-come-first-serve</strong>.
All prices include tax.
</p>
<h5>Motel Rooms</h5>
<p>
The motel rooms have 2 queen beds, a small kitchenette with a mini
Expand Down

0 comments on commit 1311c0f

Please sign in to comment.