From 431156a318ad8ceb5bc2ffb9d8f440352b1a3a61 Mon Sep 17 00:00:00 2001 From: rizaldy Date: Fri, 2 Feb 2024 11:49:25 +0700 Subject: [PATCH] feat: DARK MODE!!1! --- components/Feed.js | 2 +- components/Footer.js | 4 ++-- components/Navbar.js | 2 +- components/Profile.js | 8 ++++---- components/Tab.js | 4 ++-- pages/_app.js | 6 ++---- pages/static/about.js | 4 ++-- 7 files changed, 14 insertions(+), 16 deletions(-) diff --git a/components/Feed.js b/components/Feed.js index e530eea..2b76fd0 100644 --- a/components/Feed.js +++ b/components/Feed.js @@ -23,7 +23,7 @@ const Feed = ({ }); }} > - {url} + {url} ))} diff --git a/components/Footer.js b/components/Footer.js index bc28586..e314b20 100644 --- a/components/Footer.js +++ b/components/Footer.js @@ -24,7 +24,7 @@ const Footer = ({ license, links, repo, commitID }) => (

© {YEAR_TO_BUMP}{" "} ( {" "} unless stated otherwise •{" "} ( -