Skip to content

Commit d7d746a

Browse files
committed
made linter shut up
1 parent 650e22e commit d7d746a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

components/Sponsors/index.tsx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,10 @@ const Sponsors = () => {
88
'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';
99

1010
return (
11-
<section className="flex flex-col min-h-screen py-8 xl:px-24 sm:px-10 px-8 relative mt-20" id="sponsors">
11+
<section
12+
className="flex flex-col min-h-screen py-8 xl:px-24 sm:px-10 px-8 relative mt-20"
13+
id="sponsors"
14+
>
1215
<div className="text-center">
1316
<p className="text-[#3977F8] font-game text-xl">04</p>
1417
<h2 className="font-bold text-6xl">SUPPORT CSESOC</h2>

0 commit comments

Comments
 (0)