File tree Expand file tree Collapse file tree 1 file changed +10
-7
lines changed Expand file tree Collapse file tree 1 file changed +10
-7
lines changed Original file line number Diff line number Diff line change 1
1
<div align =" center " >
2
- <picture >
3
- <source media =" (prefers-color-scheme: dark) " srcset =" https://user-images.githubusercontent.com/62133302/208357316-567ae5f8-782e-4e87-aab5-02b5d1c97aef.png " alt =" Jwc " width =" 300 " height =" 141 " >
4
- </source >
5
- <source media =" (prefers-color-scheme: light) " srcset =" https://user-images.githubusercontent.com/62133302/208357211-ae555dd9-b812-46b4-84d0-5d30bae30efa.png " alt =" Jwc " width =" 300 " height =" 141 " >
6
- </source >
7
- <img src =" ./packages/lit/logo.svg " alt =" Lit " width =" 300 " height =" 141 " >
8
- </picture >
2
+
3
+ <a href =" https://github.com/jwcjs/core#gh-light-mode-only " >
4
+ <img src =" https://user-images.githubusercontent.com/62133302/208357211-ae555dd9-b812-46b4-84d0-5d30bae30efa.png " alt =" Jwc " width =" 300 " height =" 141 " />
5
+ </a >
6
+
7
+ <a href =" https://github.com/jwcjs/core#gh-dark-mode-only " >
8
+ <img src =" https://user-images.githubusercontent.com/62133302/208357316-567ae5f8-782e-4e87-aab5-02b5d1c97aef.png " alt =" Jwc " width =" 300 " height =" 141 " />
9
+ </a >
10
+
11
+ </div >
9
12
10
13
### Simple. JSX. Web Components.
11
14
You can’t perform that action at this time.
0 commit comments