Skip to content

Commit

Permalink
fix: fixing staff registering button
Browse files Browse the repository at this point in the history
  • Loading branch information
kevin0216 committed Nov 23, 2024
1 parent aab052a commit a48c20f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/cfp/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ export default function Home() {
<Link
target="_blank"
href="https://forms.gle/joSN37ABbBrG8S387"
className="w-[140px] rounded-[50px] bg-secondary py-3 text-center font-bold transition hover:bg-foreground max-[1024px]:col-span-5 max-[1024px]:w-auto max-[1024px]:rounded-lg max-[1024px]:text-[18px] max-[712px]:my-auto max-[712px]:text-[14px] max-sm:col-span-1 max-sm:rounded-[72px] max-sm:text-[18px] max-sm:font-normal"
className="w-[140px] rounded-[50px] bg-secondary py-3 text-center font-bold transition hover:bg-foreground max-[1024px]:col-span-8 max-[1024px]:w-auto max-[1024px]:rounded-lg max-[1024px]:text-[18px] max-[712px]:my-auto max-[712px]:text-[14px] max-sm:col-span-2 max-sm:rounded-[72px] max-sm:text-[18px] max-sm:font-normal"
>
預約跳坑表單
</Link>
Expand Down

0 comments on commit a48c20f

Please sign in to comment.