From 6c06b9dd19c8ad970c5e6e36e3b190aff2334aee Mon Sep 17 00:00:00 2001 From: amd123 Date: Fri, 26 Apr 2024 13:33:32 +0700 Subject: [PATCH] style: humas footer --- components/Landing Page/Footer.tsx | 33 +++++++++++++------------- components/icons.tsx | 27 +++++++++++++++++++++ components/navbar/NavbarHumas.tsx | 2 +- components/table/master-role-table.tsx | 2 +- public/temp/send.svg | 15 ++++++++++++ 5 files changed, 61 insertions(+), 18 deletions(-) create mode 100644 public/temp/send.svg 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 (
- +