Skip to content

Commit

Permalink
fix: footer booklet link
Browse files Browse the repository at this point in the history
  • Loading branch information
DikDns committed Dec 11, 2024
1 parent c407547 commit 9ef95c1
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions src/components/common/footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ import { cn } from "@/lib/utils";
const navLinks = [
{
name: "Booklet",
disabled: true,
href: "https://cdn.jsdelivr.net/gh/himarplupi/assets@main/mabim/2024/booklet.pdf",
href: "https://s.id/BookletMABIMRPL2024",
},
{
name: "Twibbon",
Expand All @@ -27,11 +26,6 @@ const navLinks = [
name: "FAQ",
href: "#faq",
},
{
name: "Nametag",
disabled: true,
href: "https://cdn.jsdelivr.net/gh/himarplupi/assets@main/mabim/2024/template-nametag.pdf",
},
{
name: "Surat Keterangan Izin",
href: "https://s.id/surat-keterangan-izin-mabim-rpl-2024",
Expand Down

0 comments on commit 9ef95c1

Please sign in to comment.