@@ -4,6 +4,7 @@ import Cula from "../../assets/images/sponsors/2026/Lockup-White.svg";
44import Claas from "../../assets/images/sponsors/2026/claas_white.svg" ;
55import Quantco from "../../assets/images/sponsors/2026/quantco_white.svg" ;
66import AWS from "../../assets/images/sponsors/2026/Amazon_Web_Services_Logo_white.svg" ;
7+ import Optiver from "../../assets/images/sponsors/2026/optiver_white.svg" ;
78import React from "react" ;
89import HackHPIWrapper from "../Theme/HackHPIWrapper.jsx" ;
910import { SponsorObject } from "./sponsor.interface" ;
@@ -24,22 +25,29 @@ function Sponsors() {
2425 link : "https://aws.amazon.com/" ,
2526 customHeight : "5rem" ,
2627 } ,
27- {
28- logo : Engine . src ,
29- alt : "Logo of HPI Engine" ,
30- link : "https://engine.hpi.de" ,
31- } ,
3228 {
3329 logo : Claas . src ,
3430 alt : "Logo of Claas" ,
3531 link : "https://www.claas.com/" ,
32+
3633 } ,
3734 {
3835 logo : Quantco . src ,
3936 alt : "Logo of Quantco" ,
4037 link : "https://www.quantco.com/" ,
4138 customHeight : "7rem" ,
4239 } ,
40+ {
41+ logo : Optiver . src ,
42+ alt : "Logo of Optiver" ,
43+ link : "https://optiver.com/" ,
44+ customHeight : "7rem" ,
45+ } ,
46+ {
47+ logo : Engine . src ,
48+ alt : "Logo of HPI Engine" ,
49+ link : "https://engine.hpi.de" ,
50+ } ,
4351 ] ;
4452
4553 return (
@@ -84,7 +92,7 @@ function Sponsors() {
8492 item
8593 xs = { 12 }
8694 md = { 6 }
87- lg = { 3 }
95+ lg = { 4 }
8896 key = { idx }
8997 style = { {
9098 display : "flex" ,
@@ -93,7 +101,7 @@ function Sponsors() {
93101 } }
94102 >
95103 < Link
96- sx = { { width : "80 %" } }
104+ sx = { { width : "70 %" } }
97105 href = { sponsor . link }
98106 target = { "_blank" }
99107 rel = "noopener noreferrer"
0 commit comments