Skip to content

Commit

Permalink
updated sponsers
Browse files Browse the repository at this point in the history
  • Loading branch information
jude7733 committed Feb 5, 2024
1 parent 9b65674 commit 8c00901
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
Binary file added src/assets/terabots-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed src/assets/triLogo.png
Binary file not shown.
20 changes: 10 additions & 10 deletions src/components/Sponsers.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import gameShack from "../assets/gameShack.png";
import immied from "../assets/Immied-Logo.png";
import siUK from "../assets/SI-UK-Logo.png";
import t4Logo from "../assets/T4Logo.png";
import triLogo from "../assets/triLogo.png";
import terabotsLogo from "../assets/terabots-logo.png";
import { TextAnimation } from "./CustomAnimation";

const Sponsers = () => {
Expand Down Expand Up @@ -61,13 +61,6 @@ const Sponsers = () => {
maxWidth: "1200px",
}}
>
<img
src={luminar}
alt="luminar"
width="40%"
style={{ maxWidth: "250px" }}
/>
<img src={siUK} alt="SIUK" width="40%" style={{ maxWidth: "250px" }} />
<img
src={immied}
alt="Immied"
Expand All @@ -80,6 +73,13 @@ const Sponsers = () => {
width="40%"
style={{ maxWidth: "250px" }}
/>
<img
src={luminar}
alt="luminar"
width="40%"
style={{ maxWidth: "250px" }}
/>
<img src={siUK} alt="SIUK" width="40%" style={{ maxWidth: "250px" }} />
</Flex>
<TextAnimation>
<Heading
Expand Down Expand Up @@ -119,8 +119,8 @@ const Sponsers = () => {
style={{ maxWidth: "200px" }}
/>
<img
src={triLogo}
alt="triLogo"
src={terabotsLogo}
alt="Terabot sLogo"
width="40%"
style={{ maxWidth: "200px" }}
/>
Expand Down

0 comments on commit 8c00901

Please sign in to comment.