Skip to content

Commit

Permalink
Link Start
Browse files Browse the repository at this point in the history
  • Loading branch information
William-Mou committed Dec 20, 2023
1 parent 0af2fc6 commit 8a02b49
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
6 changes: 3 additions & 3 deletions src/components/FeaturesDiagonal.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -96,9 +96,9 @@ const MyTable = () => {
<thead>
<tr>
<th> </th>
<th>第一天 1/27 ()</th>
<th>第二天 1/28 ()</th>
<th>第三天 1/29 ()</th>
<th>第一天 1/27 ()</th>
<th>第二天 1/28 ()</th>
<th>第三天 1/29 ()</th>
</tr>
</thead>
<tbody>
Expand Down
4 changes: 2 additions & 2 deletions src/components/GOGO.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export const GOGO = () => {
const [isModalOpen, setIsModalOpen] = useState(false);

const handleButtonClick = () => {
window.open('https://www.facebook.com/groups/300519702549029/', '_blank');
window.open('https://forms.gle/vxWcAwZCLovDLCRV8', '_blank');
};

return (
Expand All @@ -25,7 +25,7 @@ export const GOGO = () => {
className="custom-button-colored w-48 sm:w-36 h-10 mr-0 sm:mr-2 lg:mr-4"
onClick={() => handleButtonClick()}
>
12/20 開放報名,歡迎加入社團!
點我報名!
</div>
{/* <div
className="w-48 sm:w-36 h-10 rounded-xl font-bold text-white border border-solid flex justify-center items-center cursor-pointer bg-customDarkBg2 hover:bg-customDarkBg3 border-customPrimary transition"
Expand Down
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://www.facebook.com/groups/300519702549029/" target="_blank"
className="custom-button-colored w-48 sm:w-36 h-10 mr-0 sm:mr-2 lg:mr-4" href="https://forms.gle/vxWcAwZCLovDLCRV8" target="_blank"
>
12/20 開放報名
點我報名
</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://www.facebook.com/groups/300519702549029/"
href="https://forms.gle/vxWcAwZCLovDLCRV8"
target="_blank"
aria-label="source code"
>

<span className="pt-px">12/20 開放報名</span>
<span className="pt-px">立刻報名</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 @@ -30,7 +30,7 @@ export const Pricing = () => {
};

const handleButtonClick = () => {
window.open('https://www.facebook.com/groups/300519702549029/', '_blank');
window.open('https://forms.gle/vxWcAwZCLovDLCRV8', '_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()}
>
搶先加入 FB 社團!
立刻報名
</div>
</div>
</div>
Expand Down

0 comments on commit 8a02b49

Please sign in to comment.