diff --git a/components/Landing Page/ENewsPolri.tsx b/components/Landing Page/ENewsPolri.tsx index 4af2e26..fdc3a37 100644 --- a/components/Landing Page/ENewsPolri.tsx +++ b/components/Landing Page/ENewsPolri.tsx @@ -27,19 +27,19 @@ export default function ENewsPolri() { ]; return ( -
+

E-Majalah Polri

-
+
-
+
{eNews.map((data: any) => ( -
+
Woman listing to musicE-Majalah Polri
- Beranda - E-Majalah Polri + Beranda + E-Majalah Polri Judul
diff --git a/components/table/tabel-emajalah-polri.tsx b/components/table/tabel-emajalah-polri.tsx index 872357f..8811a56 100644 --- a/components/table/tabel-emajalah-polri.tsx +++ b/components/table/tabel-emajalah-polri.tsx @@ -2,6 +2,7 @@ import { BreadcrumbItem, Breadcrumbs, Button, Input, Select, SelectItem, SelectSection, Table, TableBody, TableCell, TableColumn, TableHeader, TableRow, getKeyValue } from "@nextui-org/react"; import PPIDSidebar from '../Portal PPID/PPIDSidebar'; import { Checklist, EyeFilledIcon, EyeIcon, SearchIcon } from '../icons'; +import Link from "next/link"; export default function ListEnewsPolri() { @@ -76,7 +77,7 @@ export default function ListEnewsPolri() {
E-Majalah Polri
- Beranda + Beranda E-Majalah Polri
@@ -164,8 +165,11 @@ export default function ListEnewsPolri() { {(item) => ( - - {(columnKey) => {getKeyValue(item, columnKey)}} + + {item.tahun} + + {item.icon} + )} @@ -174,9 +178,6 @@ export default function ListEnewsPolri() {
-
- -