[QUDO-102] fix:navbar
This commit is contained in:
parent
e2976ce8b6
commit
b23b1d63a1
|
|
@ -75,7 +75,7 @@ export default function FooterNew(props: { margin?: boolean }) {
|
|||
className="w-[80px] lg:w-[200px]"
|
||||
/>
|
||||
</Link>
|
||||
<Link href="">
|
||||
<Link href="" className="flex justify-center">
|
||||
<Image
|
||||
src="/assets/spit.png"
|
||||
width={480}
|
||||
|
|
@ -91,7 +91,10 @@ export default function FooterNew(props: { margin?: boolean }) {
|
|||
className="w-[85px] lg:w-[170px] dark:hidden"
|
||||
/>
|
||||
</Link>
|
||||
<Link href="https://tvradio.polri.go.id/">
|
||||
<Link
|
||||
href="https://tvradio.polri.go.id/"
|
||||
className="flex justify-center"
|
||||
>
|
||||
<Image
|
||||
src="/assets/polri-tv.png"
|
||||
width={480}
|
||||
|
|
@ -100,7 +103,10 @@ export default function FooterNew(props: { margin?: boolean }) {
|
|||
className="w-[85px] lg:w-[170px]"
|
||||
/>
|
||||
</Link>
|
||||
<Link href="https://tribratanews.polri.go.id/">
|
||||
<Link
|
||||
href="https://tribratanews.polri.go.id/"
|
||||
className="flex justify-center"
|
||||
>
|
||||
<Image
|
||||
src="/assets/tb-news.png"
|
||||
width={480}
|
||||
|
|
@ -109,7 +115,7 @@ export default function FooterNew(props: { margin?: boolean }) {
|
|||
className="w-[85px] lg:w-[170px]"
|
||||
/>
|
||||
</Link>
|
||||
<Link href="https://inp.polri.go.id/">
|
||||
<Link href="https://inp.polri.go.id/" className="flex justify-center">
|
||||
<Image
|
||||
src="/assets/inp.png"
|
||||
width={480}
|
||||
|
|
|
|||
|
|
@ -29,7 +29,7 @@ export const siteConfig = {
|
|||
humasMenuItems: [
|
||||
{
|
||||
key: "service",
|
||||
label: "pelayananMasyarakat",
|
||||
label: "Pelayanan Masyarakat",
|
||||
submenu: [
|
||||
{
|
||||
label: "SP2HP",
|
||||
|
|
@ -121,7 +121,7 @@ export const siteConfig = {
|
|||
|
||||
{
|
||||
key: "public-information",
|
||||
label: "informasi_publik",
|
||||
label: "Informasi Publik",
|
||||
submenu: [
|
||||
{
|
||||
label: "Informasi Berkala",
|
||||
|
|
@ -181,7 +181,7 @@ export const siteConfig = {
|
|||
// },
|
||||
{
|
||||
key: "about",
|
||||
label: "tentang",
|
||||
label: "Tentang",
|
||||
submenu: [
|
||||
{
|
||||
label: "Humas Polri",
|
||||
|
|
@ -211,7 +211,7 @@ export const siteConfig = {
|
|||
},
|
||||
{
|
||||
key: "related-app",
|
||||
label: "aplikasi_terkait",
|
||||
label: "Aplikasi Terkait",
|
||||
submenu: [
|
||||
{
|
||||
label: "Polri Super App",
|
||||
|
|
|
|||
Loading…
Reference in New Issue