We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f49fd39 commit 1ea894bCopy full SHA for 1ea894b
2 files changed
assets/sponsors/transcendwater.png
345 KB
src/dataset.ts
@@ -100,6 +100,12 @@ export const SPONSORS: Sponsor[][] = [
100
name: "Solute",
101
photo: require("Assets/sponsors/solute.png"),
102
link: "https://www.solute.de/"
103
+ },
104
+ {
105
+ id: "TranscendH2O",
106
+ name: "TranscendH2O",
107
+ photo: require("Assets/sponsors/transcendwater.png"),
108
+ link: "https://www.transcendh2o.com/"
109
}
110
]
111
];
0 commit comments