We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b8118c commit 3cc71e1Copy full SHA for 3cc71e1
src/components/Sponsors/Sponsors25.jsx
@@ -9,11 +9,7 @@ import HackHPIWrapper from "../Theme/HackHPIWrapper.jsx";
9
10
function Sponsors() {
11
const sponsors = [
12
- {
13
- logo: Aws.src,
14
- alt: "Logo of HPI Engine",
15
- link: "https://aws.amazon.com",
16
- },
+
17
{
18
logo: Ottobock.src,
19
alt: "Logo of HPI Engine",
@@ -24,6 +20,11 @@ function Sponsors() {
24
20
25
21
link: "https://www.quantco.com",
26
22
},
23
+ {
+ logo: Aws.src,
+ alt: "Logo of HPI Engine",
+ link: "https://aws.amazon.com",
27
+ },
28
29
logo: Tk.src,
30
0 commit comments