diff --git a/components/Landing Page/Footer.tsx b/components/Landing Page/Footer.tsx
index e4fdf2c..5148fa6 100644
--- a/components/Landing Page/Footer.tsx
+++ b/components/Landing Page/Footer.tsx
@@ -1,6 +1,6 @@
import { Button } from '@nextui-org/button'
import { Input } from '@nextui-org/input'
-import { MailIcon } from '../icons'
+import { ChevronDownIcon, MailIcon, SendIcon } from '../icons'
export default function Footer() {
return (
@@ -8,7 +8,7 @@ export default function Footer() {
-
+
Berita Terkini
Info Komnas Anak
@@ -45,22 +45,23 @@ export default function Footer() {
Pelayanan Polisiku
Pelayanan BINMAS
-
+
Subscribe
Dapatkan info & event terupdate dari kami.
-
- }
- endContent={
-
- @gmail.com
-
- }
- />
+
diff --git a/components/icons.tsx b/components/icons.tsx
index a417d7c..a4b13d3 100644
--- a/components/icons.tsx
+++ b/components/icons.tsx
@@ -66,6 +66,7 @@ export const TwitterIcon: React.FC
= ({
);
};
+
export const IconX: React.FC = ({
size = 30,
width,
@@ -86,6 +87,32 @@ export const IconX: React.FC = ({
);
};
+export const SendIcon: React.FC = ({
+ size,
+ width,
+ height,
+ color = "white",
+ ...props
+}) => {
+ return (
+
+ );
+};
+
export const GithubIcon: React.FC = ({
size = 24,
width,
diff --git a/components/navbar/NavbarHumas.tsx b/components/navbar/NavbarHumas.tsx
index c6e7fc3..e322578 100644
--- a/components/navbar/NavbarHumas.tsx
+++ b/components/navbar/NavbarHumas.tsx
@@ -157,7 +157,7 @@ export default function NavbarHumas() {
-
Portal PPID
+
Portal PPID
diff --git a/components/table/master-role-table.tsx b/components/table/master-role-table.tsx
index 2d5c0d3..a424c74 100644
--- a/components/table/master-role-table.tsx
+++ b/components/table/master-role-table.tsx
@@ -193,7 +193,7 @@ export default function MasterRoleTable() {
case "actions":
return (
-
+