Skip to content

Commit ae2f9e6

Browse files
authored
feat(sponsors): add Koenigsweg (#10)
1 parent 1ea894b commit ae2f9e6

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

assets/sponsors/konigsweg.png

24.4 KB
Loading

src/dataset.ts

+8
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,14 @@ export const SPONSORS: Sponsor[][] = [
107107
photo: require("Assets/sponsors/transcendwater.png"),
108108
link: "https://www.transcendh2o.com/"
109109
}
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+
}
110118
]
111119
];
112120

0 commit comments

Comments
 (0)