From e5935c15af0375240fa7c711dc99101fa48048be Mon Sep 17 00:00:00 2001 From: real-zephex Date: Wed, 10 Apr 2024 01:19:20 +0530 Subject: UI changes --- src/app/components/footer/footer.module.css | 25 -------------------- src/app/components/footer/page.jsx | 36 ++++------------------------- 2 files changed, 5 insertions(+), 56 deletions(-) delete mode 100644 src/app/components/footer/footer.module.css (limited to 'src/app/components/footer') diff --git a/src/app/components/footer/footer.module.css b/src/app/components/footer/footer.module.css deleted file mode 100644 index 8c70b62..0000000 --- a/src/app/components/footer/footer.module.css +++ /dev/null @@ -1,25 +0,0 @@ -.footer { - position: fixed; - left: 0; - bottom: 0; - width: 100%; - background-color: #121212; - display: flex; - padding: 10px; - justify-content: space-between; - align-items: center; -} - -.FooterLeftContainer a { - color: #696880; - margin: 10px; -} - -.FooterRightContainer { - margin-right: 10px; -} - -.FooterRightContainer a { - margin: 10px; - text-decoration: none; -} \ No newline at end of file diff --git a/src/app/components/footer/page.jsx b/src/app/components/footer/page.jsx index ea763a6..08a7c73 100644 --- a/src/app/components/footer/page.jsx +++ b/src/app/components/footer/page.jsx @@ -1,37 +1,11 @@ -import styles from "./footer.module.css"; +import styles from "../../page.module.css"; export default async function Footer() { return ( -
-
- - Status - - - Github - +
+
+

Made with :3 by zephex

- -
- - Vercel - - - Netlify - -
-
+ ); } -- cgit v1.2.3