Skip to content

Commit 2b9a9af

Browse files
committed
fix(README): fix Cast AI logo in README
1 parent c30572d commit 2b9a9af

File tree

3 files changed

+40
-1
lines changed

3 files changed

+40
-1
lines changed

.github/full-logo-black.svg

Lines changed: 15 additions & 0 deletions
Loading

.github/full-logo-white.svg

Lines changed: 20 additions & 0 deletions
Loading

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
<a href="https://cast.ai">
2-
<img src="https://cast.ai/wp-content/themes/cast/img/cast-logo-dark-blue.svg" align="right" height="100" />
2+
<picture>
3+
<source media="(prefers-color-scheme: dark)" srcset=".github/full-logo-white.svg">
4+
<source media="(prefers-color-scheme: light)" srcset=".github/full-logo-black.svg">
5+
<img src=".github/full-logo-black.svg" alt="Cast AI logo" title="Cast AI" align="right" height="50">
6+
</picture>
37
</a>
48

59
Terraform module for connecting a AKS cluster to CAST AI

0 commit comments

Comments
 (0)