Skip to content

Commit c4165d0

Browse files
authored
docs: add oomol sponsor (#680)
* docs: add oomol sponsor Signed-off-by: Kevin Cui <[email protected]> * refactor: support dark theme Signed-off-by: Kevin Cui <[email protected]> * refactor: add light icon Signed-off-by: Kevin Cui <[email protected]> --------- Signed-off-by: Kevin Cui <[email protected]>
1 parent 8e8e2fb commit c4165d0

File tree

3 files changed

+30
-0
lines changed

3 files changed

+30
-0
lines changed

src/pages/index.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,9 @@ const Showcase = props => {
133133
<a href={addUTM("https://opensource.mercedes-benz.com/")} target="_blank">
134134
<img style={{padding: '20px'}} width="100" alt="Mercedes-Benz FOSS" src="/img/users/mercedes.svg" />
135135
</a>
136+
<a href={addUTM("https://oomol.com/")} target="_blank">
137+
<img style={{padding: '20px'}} width="240" alt="OOMOL Studio" src="/img/users/oomol.svg" />
138+
</a>
136139
</div>
137140
</div>
138141
</div>

static/img/users/oomol.svg

Lines changed: 17 additions & 0 deletions
Loading

static/img/users/oomol_light.svg

Lines changed: 10 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)