1
0
mirror of https://github.com/phuoc-ng/csslayout.git synced 2025-10-23 10:46:13 +02:00

Update readme

This commit is contained in:
Phuoc Nguyen
2019-11-26 23:17:29 +07:00
parent 73b7f20649
commit 27543dfd00
3 changed files with 15 additions and 2 deletions

View File

@@ -22,8 +22,8 @@ const Layout: React.FC<{}> = ({ children }) => {
>
<li>this</li>
<li style={{ marginLeft: '16px' }}>
.madeWith(
[<a href="https://reactjs.org" style={{ textDecoration: 'none' }}>react</a>,
.madeWith([
<a href="https://reactjs.org" style={{ textDecoration: 'none' }}>react</a>,
<a href="https://www.typescriptlang.org" style={{ textDecoration: 'none' }}>typescript</a>
])
</li>