Skip to content

Commit 1ea894b

Browse files
committed
Add transcendwater sponsor
1 parent f49fd39 commit 1ea894b

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

assets/sponsors/transcendwater.png

345 KB
Loading

src/dataset.ts

+6
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,12 @@ export const SPONSORS: Sponsor[][] = [
100100
name: "Solute",
101101
photo: require("Assets/sponsors/solute.png"),
102102
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/"
103109
}
104110
]
105111
];

0 commit comments

Comments
 (0)