Skip to content

Commit de49967

Browse files
authored
Merge pull request #31 from layer5io/fitzergerald-patch-2
Fix broken image link in README
2 parents dfcb930 + 7ca04c4 commit de49967

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<p style="text-align:center;" align="center"><a href="https://layer5.io/kanvas"><picture align="center">
2-
<source media="(prefers-color-scheme: dark)" srcset="https://github.com/layer5io/layer5/blob/master/ui/src/img/kanvas/horizontal/kanvas-horizontal-color.svg" width="70%" align="center" style="margin-bottom:20px;">
3-
<source media="(prefers-color-scheme: light)" srcset="https://github.com/layer5io/layer5/blob/master/ui/src/img/kanvas/horizontal/kanvas-horizontal-partial-color.svg" width="70%" align="center" style="margin-bottom:20px;">
2+
<source media="(prefers-color-scheme: dark)" srcset="https://github.com/layer5io/kanvas-docker-extension/blob/master/ui/src/img/kanvas/horizontal/kanvas-horizontal-color.svg" width="70%" align="center" style="margin-bottom:20px;">
3+
<source media="(prefers-color-scheme: light)" srcset="https://github.com/layer5io/kanvas-docker-extension/blob/master/ui/src/img/kanvas/horizontal/kanvas-horizontal-partial-color.svg" width="70%" align="center" style="margin-bottom:20px;">
44
<img alt="Shows an illustrated light mode meshery logo in light color mode and a dark mode Kanvas logo in dark color mode." src="https://raw.githubusercontent.com/layer5io/kanvas-docker-extension/master/ui/src/img/kanvas/horizontal/kanvas-horizontal-partial-color.svg" width="70%" align="center" style="margin-bottom:20px;">
55
</picture></a><br /><br /></p>
66

0 commit comments

Comments
 (0)