Skip to content

Commit 8069c1c

Browse files
committed
update document
1 parent eb3904b commit 8069c1c

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

app/Pages/Home.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,11 @@ export const Home = (state, actions) => props => {
9797
]
9898
return (
9999
<Container fluid={false}>
100+
<Divider type="bottom"><h1>Important Links</h1></Divider>
101+
<ul>
102+
<li><a href="https://www.muicss.com/">CSS Library</a></li>
103+
<li><a href="https://github.com/firstfleetinc/hyperappComponents">Github</a></li>
104+
</ul>
100105
<Divider type="bottom"><h1>Layout Components</h1></Divider>
101106
<Panel>
102107
<Divider type="bottom">

0 commit comments

Comments
 (0)