File tree Expand file tree Collapse file tree 1 file changed +9
-3
lines changed
Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -88,11 +88,17 @@ const AboutUs = () => {
8888 </ div >
8989 < div >
9090 < div className = "flex flex-col justify-center items-center flex-wrap" >
91- < div className = " my-5 mx-3 p-6 flex flex-col justify-center items-center md:w-4/5 md:mx-0p-6 px-5 overflow-auto border-blue-700 border-2 rounded-lg" >
92- < Link href = "/contributors" >
93- < p className = " mt-8 mb-8 text-xl text-white underline underline-offset-4" >
91+ < div className = " my-5 mx-3 p-6 flex flex-col justify-center items-center md:w-4/5 md:mx-0p-6 px-5 overflow-auto border-blue-700 border-2 rounded-lg bg-sky-300 " >
92+ < Link href = "/contributors" className = "cursor-pointer" >
93+ < p className = " text-xl font-bold underline underline-offset-4 text-blue-700 mb -4" >
9494 Check out our cool contributors
9595 </ p >
96+ < hr className = "bg-white" />
97+ < p className = "w-full text-center text-blue-900 font-semibold flex flex-col md:flex-row justify-center items-center" >
98+ We currently have around 50+ open source contributors who have contributed in codebase through different ways from
99+ correcting the UI components to adding this whole new link ❤️🔥. Check our contributors in next page, and you too can
100+ become a part of our cool 🥸 community.
101+ </ p >
96102 </ Link >
97103 </ div >
98104 </ div >
You can’t perform that action at this time.
0 commit comments