Skip to content

Commit

Permalink
Merge pull request #15 from NTHU-SC/dev/link_to_2024
Browse files Browse the repository at this point in the history
update link to fb and 2024 website
  • Loading branch information
haotien91 authored Jun 17, 2024
2 parents adb8c7d + cde4978 commit d4c08fd
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions src/components/Hero.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ export const Hero = () => {
>
<div className="flex flex-col gap-2 sm:flex-row mt-14 mb-2 sm:mb-6 justify-center">
<a
className="custom-button-colored w-48 sm:w-36 h-10 mr-0 sm:mr-2 lg:mr-4" href="https://forms.gle/DWqtfWvNPMW4nYrTA/" target="_blank"
className="custom-button-colored w-48 sm:w-36 h-10 mr-0 sm:mr-2 lg:mr-4" href="https://scc.nthu.site/Summer_Camp_2024/" target="_blank"
>
點我報名
前往今年網站
</a>
</div>
</motion.div>
Expand Down
4 changes: 2 additions & 2 deletions src/components/Navbar.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -65,12 +65,12 @@ export const Navbar = () => {
<a
className="text-white custom-border-gray rounded-xl
bg-customDarkBg2 hover:bg-customDarkBg3 border-gray-700 pl-6 pr-6 pt-2 pb-2 text-sm flex"
href="https://forms.gle/DWqtfWvNPMW4nYrTA"
href="https://www.facebook.com/groups/300519702549029"
target="_blank"
aria-label="source code"
>

<span className="pt-px">點我報名</span>
<span className="pt-px">加入FB社團</span>
</a>
</div>
</motion.div>
Expand Down
4 changes: 2 additions & 2 deletions src/components/Pricing.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export const Pricing = () => {
};

const handleButtonClick = () => {
window.open('https://forms.gle/DWqtfWvNPMW4nYrTA/', '_blank');
window.open('https://scc.nthu.site/Summer_Camp_2024/', '_blank');
};

return (
Expand Down Expand Up @@ -169,7 +169,7 @@ export const Pricing = () => {
className="inline-block text-center py-2 px-4 w-1/2 rounded-xl rounded-t-xl custom-button-colored font-bold leading-loose mt-16"
onClick={() => handleButtonClick()}
>
7/23 截止,立刻報名!
前往今年網站
</div>
</div>
</div>
Expand Down

0 comments on commit d4c08fd

Please sign in to comment.