Skip to content

Commit 42e69a4

Browse files
lint fix
1 parent 0723665 commit 42e69a4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/app/sponsors/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -642,7 +642,7 @@ export default function SponsorsPage() {
642642
</a>
643643
</div>
644644
{/* 3rd row of silver sponsors */}
645-
<div className="flex flex-col items-center justify-center lg:mt-4 gap-10 lg:flex-row">
645+
<div className="flex flex-col items-center justify-center gap-10 lg:mt-4 lg:flex-row">
646646
<a href="https://appliedracingdynamics.com/" target="_blank">
647647
<Image
648648
className="m-4 lg:m-6"

0 commit comments

Comments
 (0)