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