Skip to content

Commit

Permalink
feat: enabling and redirecting booklet button to the target link (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
interstellardeer committed Oct 18, 2024
1 parent d3a73f9 commit e6c25e2
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 e6c25e2

Please sign in to comment.