Skip to content

Commit

Permalink
Update imports
Browse files Browse the repository at this point in the history
  • Loading branch information
aidantrabs committed Mar 24, 2024
1 parent d7db3e8 commit 39a7b38
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions src/components/sections/SponsorFAQ.section.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ import { TopBorder, BottomBorder, MiddleBody, Hawk, BirdParts } from "@assets";
import {
Veritas,
Assembly,
SOC,
FDM,
Soc,
Fdm,
Echo3D,
LeadingLeaders,
Ollon,
Expand All @@ -15,12 +15,12 @@ import {
Balsamiq,
DigitalOcean,
Taskade,
DCL,
Dcl,
StudentsUnion,
CCubed,
MLH,
FOSSA,
LCS,
Mlh,
Fossa,
Lcs,
} from "@assets";

const SponsorFAQSection = () => {
Expand Down Expand Up @@ -82,10 +82,10 @@ const SponsorFAQSection = () => {
<img src={Assembly} alt="Assembly" className="max-h-full" />
</div>
<div className="h-12 sm:h-15 flex justify-center items-center">
<img src={SOC} alt="Soc" className="max-h-full" />
<img src={Soc} alt="Soc" className="max-h-full" />
</div>
<div className="h-12 sm:h-15 flex justify-center items-center">
<img src={FDM} alt="FDM" className="max-h-full" />
<img src={Fdm} alt="FDM" className="max-h-full" />
</div>
<div className="h-12 sm:h-15 flex justify-center items-center">
<img src={Echo3D} alt="Echo3D" className="max-h-full" />
Expand Down Expand Up @@ -126,7 +126,7 @@ const SponsorFAQSection = () => {
</div>
<div className="flex justify-center items-center px-8">
<div className="h-28 sm:h-32 flex justify-center items-center">
<img src={DCL} alt="DCL" className="max-h-full" />
<img src={Dcl} alt="DCL" className="max-h-full" />
</div>
</div>
<div className="mt-20" id="partners-section">
Expand All @@ -145,17 +145,17 @@ const SponsorFAQSection = () => {
className="h-16 sm:h-20 md:h-24 lg:h-28 xl:h-32"
/>
<img
src={MLH}
src={Mlh}
alt="MLH"
className="h-16 sm:h-20 md:h-24 lg:h-28 xl:h-32"
/>
<img
src={FOSSA}
src={Fossa}
alt="Fossa"
className="h-16 sm:h-20 md:h-24 lg:h-28 xl:h-32"
/>
<img
src={LCS}
src={Lcs}
alt="LCS"
className="h-16 sm:h-18 md:h-21 lg:h-24 xl:h-24 col-span-2 md:col-span-1 justify-self-center"
/>
Expand Down

0 comments on commit 39a7b38

Please sign in to comment.