Skip to content
This repository has been archived by the owner on Feb 4, 2023. It is now read-only.

Commit

Permalink
fix!: Fix form link
Browse files Browse the repository at this point in the history
We should review more
  • Loading branch information
re-taro committed Oct 28, 2022
1 parent 6e5b9ba commit de97920
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -518,7 +518,7 @@ exports[`(components) templates/top > take snap shot 1`] = `
</p>
<a
class="css-jhmgok-Button"
href="https://forms.gle/MU9338vfudKPEnwS7"
href="https://forms.gle/SdtmScNMpAFDjftD6"
rel="noopener noreferrer"
role="button"
tabindex="0"
Expand Down
2 changes: 1 addition & 1 deletion src/components/templates/top/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ const Top: FC<TopProperties> = ({ events }) => (
"第57回鈴鹿高専祭を開催するにあたり、多くの方にご支援賜りました。\nこちらのページにてご協賛いただいた企業様、ご支援いただいた個人様のお名前を記載しておりますのでぜひご覧ください。"
}
</SponsorSection>
<ContactSection buttonText="お問い合わせ" link="https://forms.gle/MU9338vfudKPEnwS7" title="Contact us">
<ContactSection buttonText="お問い合わせ" link="https://forms.gle/SdtmScNMpAFDjftD6" title="Contact us">
第57回鈴鹿高専祭に関するお問い合わせは下のボタンからお願いいたします(google formsが開きます)
</ContactSection>
<AccessSection
Expand Down

0 comments on commit de97920

Please sign in to comment.