We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ea894b commit ae2f9e6Copy full SHA for ae2f9e6
2 files changed
assets/sponsors/konigsweg.png
24.4 KB
src/dataset.ts
@@ -107,6 +107,14 @@ export const SPONSORS: Sponsor[][] = [
107
photo: require("Assets/sponsors/transcendwater.png"),
108
link: "https://www.transcendh2o.com/"
109
}
110
+ ],
111
+ [
112
+ {
113
+ id: "KÖNIGSWEG",
114
+ name: "Königsweg",
115
+ photo: require("Assets/sponsors/konigsweg.png"),
116
+ link: "https://www.koenigsweg.com/"
117
+ }
118
]
119
];
120
0 commit comments