Skip to content

Commit 3cc71e1

Browse files
committed
Changed order of sponsors
1 parent 4b8118c commit 3cc71e1

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

src/components/Sponsors/Sponsors25.jsx

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,7 @@ import HackHPIWrapper from "../Theme/HackHPIWrapper.jsx";
99

1010
function Sponsors() {
1111
const sponsors = [
12-
{
13-
logo: Aws.src,
14-
alt: "Logo of HPI Engine",
15-
link: "https://aws.amazon.com",
16-
},
12+
1713
{
1814
logo: Ottobock.src,
1915
alt: "Logo of HPI Engine",
@@ -24,6 +20,11 @@ function Sponsors() {
2420
alt: "Logo of HPI Engine",
2521
link: "https://www.quantco.com",
2622
},
23+
{
24+
logo: Aws.src,
25+
alt: "Logo of HPI Engine",
26+
link: "https://aws.amazon.com",
27+
},
2728
{
2829
logo: Tk.src,
2930
alt: "Logo of HPI Engine",

0 commit comments

Comments
 (0)