File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ const Sponsors = () => {
88 const secondRowBoxesStyling =
99 'xl:p-16 p-10 flex justify-center items-center xl:col-span-3 sm:col-span-5 col-span-10 xl:row-start-2 xl:row-end-3 sm:row-start-4 sm:row-end-5 sm:h-auto h-36' ;
1010
11- return (
11+ return (
1212 < section className = "flex flex-col min-h-screen py-8 xl:px-24 sm:px-10 px-8 relative mt-20" >
1313 < div className = "text-center" >
1414 < p className = "text-[#3977F8] font-game text-xl" > 04</ p >
Original file line number Diff line number Diff line change 88 "start" : " next start" ,
99 "format" : " prettier --check \" **/*.{ts,tsx}\" " ,
1010 "format:fix" : " prettier --write \" **/*.{ts,tsx}\" " ,
11- "lint" : " eslint ./**/*.{ts,tsx} && tsc --noemit " ,
11+ "lint" : " eslint ./**/*.{ts,tsx}" ,
1212 "lint:fix" : " eslint --fix ./**/*.{ts,tsx}" ,
1313 "type-check" : " tsc --noemit"
1414 },
You can’t perform that action at this time.
0 commit comments