Skip to content

Commit

Permalink
feat: enabling and redirecting booklet button to the target link (#10) (
Browse files Browse the repository at this point in the history
#11)

* add sponsors

* chore: add Allo Bank and Kahf logo

* fix: adjust sponsor logo sizes and add new logos

* fix: add new logos

* fix: fix group-mabim.ts name that containing whitespace

* feat: enabling and redirecting booklet button to the target link (#11)
  • Loading branch information
interstellardeer authored Oct 18, 2024
1 parent cd8cc62 commit c407547
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/components/common/hero-section.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,11 @@ export function HeroSection() {
inView
className="mt-4 flex w-full flex-col gap-3 sm:flex-row sm:justify-center sm:gap-6"
>
<Button disabled variant="outline" className="w-full sm:w-52">
<Button
onClick={() => router.push("https://s.id/BookletMABIMRPL2024")}
variant="outline"
className="w-full sm:w-52"
>
BOOKLET
</Button>

Expand Down

0 comments on commit c407547

Please sign in to comment.