File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ const Sponsors = () => {
8
8
const secondRowBoxesStyling =
9
9
'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' ;
10
10
11
- return (
11
+ return (
12
12
< section className = "flex flex-col min-h-screen py-8 xl:px-24 sm:px-10 px-8 relative mt-20" >
13
13
< div className = "text-center" >
14
14
< p className = "text-[#3977F8] font-game text-xl" > 04</ p >
Original file line number Diff line number Diff line change 8
8
"start" : " next start" ,
9
9
"format" : " prettier --check \" **/*.{ts,tsx}\" " ,
10
10
"format:fix" : " prettier --write \" **/*.{ts,tsx}\" " ,
11
- "lint" : " eslint ./**/*.{ts,tsx} && tsc --noemit " ,
11
+ "lint" : " eslint ./**/*.{ts,tsx}" ,
12
12
"lint:fix" : " eslint --fix ./**/*.{ts,tsx}" ,
13
13
"type-check" : " tsc --noemit"
14
14
},
You can’t perform that action at this time.
0 commit comments