From e59f45b580c4e39c9966195704c01acc2a5466ea Mon Sep 17 00:00:00 2001 From: Sean Marcia Date: Sun, 24 Sep 2023 23:45:41 -0400 Subject: [PATCH] Clean up text/font --- components/GeneralFilter.tsx | 5 ++++- components/HappyCommitsInfo.tsx | 16 +++------------- 2 files changed, 7 insertions(+), 14 deletions(-) diff --git a/components/GeneralFilter.tsx b/components/GeneralFilter.tsx index b1293c9f..632f1ab6 100644 --- a/components/GeneralFilter.tsx +++ b/components/GeneralFilter.tsx @@ -5,6 +5,9 @@ type GeneralFilterProps = { export const GeneralFilter = ({ filter, setFilter }: GeneralFilterProps) => { return ( - setFilter(e.target.value)} placeholder="Search Repositories" className="flex-1 border rounded-sm p-2 mb-4 z-10" /> + setFilter(e.target.value)} placeholder="Search Repositories" className="flex-1 border rounded-sm p-2 mb-4" /> ); }; + + + diff --git a/components/HappyCommitsInfo.tsx b/components/HappyCommitsInfo.tsx index c26be1f9..ef63a0ae 100644 --- a/components/HappyCommitsInfo.tsx +++ b/components/HappyCommitsInfo.tsx @@ -11,10 +11,7 @@ export const HappyCommitsInfo = ({filter, setFilter}: FilterProps) => {
happy commits @@ -22,10 +19,7 @@ export const HappyCommitsInfo = ({filter, setFilter}: FilterProps) => {
open source @@ -36,14 +30,10 @@ export const HappyCommitsInfo = ({filter, setFilter}: FilterProps) => { style={{ color: "white", fontSize: 16, - fontFamily: "Inter", - fontWeight: "400", - wordWrap: "break-word", paddingBottom: "3%" }} > - Our mission is to curate a list of open source projects with missions that are driven by - social impact. Let’s commit to a better future! + Commiting to a better future. Our mission is to curate a list of open source projects with missions that are driven by social impact. Helping others is the best way to feel happy so lets all work together to build a better tomorrow. One commit at a time.