Skip to content

Commit

Permalink
add linking (#754)
Browse files Browse the repository at this point in the history
  • Loading branch information
ekachxaidze98 authored Dec 8, 2022
1 parent 096b7a4 commit b1c44f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion data/sponsorship.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ header:
logo: /images/membership/sponsorship.svg
actions:
- caption: become a sponsor
url: "#sponsor_link"
url: "#link_to_page"
variant: contained
- caption: download our flyer
url: /resources/flyer-CORE-Sponsorship.pdf
Expand Down
2 changes: 1 addition & 1 deletion templates/sponsorships/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ const SponsorshipPageTemplate = ({ data }) => (
<span className={styles.warning}>{data.comparisonTable.warning}</span>
</Section>
<Section id="contact-us" className={styles.howToContact}>
<div id="sponsor_link">
<div id="link_to_page">
<article className={styles.content}>
<h3>{data.contactUs.title}</h3>
<div className={styles.contactWrapper}>
Expand Down

0 comments on commit b1c44f5

Please sign in to comment.