Merge branch 'main' of https://gitlab.com/hanifsalafi/mediahub_redesign into prod
This commit is contained in:
commit
88bbe147e4
File diff suppressed because it is too large
Load Diff
|
|
@ -308,7 +308,7 @@ const Navbar = () => {
|
|||
</Link>
|
||||
|
||||
{/* Link Index */}
|
||||
<Link href={prefixPath + "/indeks"} passHref legacyBehavior>
|
||||
<Link href={prefixPath + "indeks"} passHref legacyBehavior>
|
||||
<a className="group inline-flex h-10 items-center justify-center text-center rounded-md bg-[#f7f7f7] dark:bg-black xl:px-4 py-2 text-sm font-medium transition-colors hover:bg-accent hover:text-accent-foreground focus:outline-none">
|
||||
<span>
|
||||
<svg
|
||||
|
|
@ -1113,7 +1113,7 @@ const Navbar = () => {
|
|||
</NavigationMenuContent>
|
||||
</NavigationMenuItem>
|
||||
<NavigationMenuItem>
|
||||
<Link href={prefixPath + "/schedule"} legacyBehavior passHref>
|
||||
<Link href={prefixPath + "schedule"} legacyBehavior passHref>
|
||||
<NavigationMenuLink
|
||||
className={navigationMenuTriggerStyle()}
|
||||
>
|
||||
|
|
|
|||
Loading…
Reference in New Issue