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:
@@ -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>
|
||||
|
Reference in New Issue
Block a user