Skip to content

Commit

Permalink
Merge pull request #116 from BaniHillabi/master
Browse files Browse the repository at this point in the history
feat(frontend) : change juklak drive link
  • Loading branch information
BaniHillabi committed Aug 1, 2024
2 parents 84d3dd4 + 8e29db9 commit 90cfd9c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/app/(main)/components/Video.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export default function Video() {
</P>
</div>
<PrimaryLinkButton
href="https://drive.google.com/file/d/1roOVRZNQFwdIeINGeLMvj3AYgATIHJDC/view?usp=sharing"
href="https://drive.google.com/file/d/1JdewtpA0-Tcye436lVckEu5lY940Yy13/view?usp=sharing"
className="inline-flex gap-2 items-center mb-[40px]"
>
Unduh buku panduan <FaDownload />
Expand Down Expand Up @@ -91,7 +91,7 @@ export default function Video() {
</P>
</div>
<PrimaryLinkButton
href="https://drive.google.com/file/d/1roOVRZNQFwdIeINGeLMvj3AYgATIHJDC/view?usp=sharing"
href="https://drive.google.com/file/d/1JdewtpA0-Tcye436lVckEu5lY940Yy13/view?usp=sharing"
className="inline-flex gap-2 items-center mb-[40px]"
>
Unduh buku panduan <FaDownload />
Expand Down
2 changes: 1 addition & 1 deletion src/app/(main)/dashboard/components/Heading.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export default async function Heading() {
<div className="flex items-center justify-between w-full mb-3">
<H2 className="mb-2">Selamat Datang, {session?.user?.nama}👋</H2>
<PrimaryLinkButton
href="https://drive.google.com/file/d/1roOVRZNQFwdIeINGeLMvj3AYgATIHJDC/view?usp=sharing"
href="https://drive.google.com/file/d/1JdewtpA0-Tcye436lVckEu5lY940Yy13/view?usp=sharing"
className="inline-flex gap-2 items-center"
>
Unduh buku panduan <FaDownload />
Expand Down

0 comments on commit 90cfd9c

Please sign in to comment.