File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 22import { useState , useEffect } from "react" ;
33import { BallTriangle } from "react-loader-spinner" ;
44import { SiBuymeacoffee } from "react-icons/si" ;
5+ import Link from "next/link" ;
56
67const AboutUs = ( ) => {
78 const [ loading , setloading ] = useState ( true ) ;
@@ -88,12 +89,11 @@ const AboutUs = () => {
8889 < div >
8990 < div className = "flex flex-col justify-center items-center flex-wrap" >
9091 < 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" >
91- < p className = " mt-8 mb-8 text-xl text-white underline underline-offset-4" >
92- Our Contributers 🥂
93- </ p >
94- < div
95- id = "contributors"
96- className = "overflow-auto whitespace-nowrap w-auto flex flex-wrap justify-evenly gap-1 md:gap-8" > </ div >
92+ < Link href = "/contributors" >
93+ < p className = " mt-8 mb-8 text-xl text-white underline underline-offset-4" >
94+ Check out our cool contributors
95+ </ p >
96+ </ Link >
9797 </ div >
9898 </ div >
9999 </ div >
You can’t perform that action at this time.
0 commit comments