Skip to content
Snippets Groups Projects
Commit 5855b61d authored by Tojo's avatar Tojo
Browse files

mettre stats dans le doc

parent 628a47d1
No related branches found
No related tags found
No related merge requests found
...@@ -29,8 +29,6 @@ function index(): ReactElement { ...@@ -29,8 +29,6 @@ function index(): ReactElement {
<Link to="/doc/core/menu">Menu</Link> <Link to="/doc/core/menu">Menu</Link>
<br></br> <br></br>
<Link to="/doc/core/image">Image</Link> <Link to="/doc/core/image">Image</Link>
<br></br>
<Link to="/doc/stats">Stats</Link>
</div> </div>
</Content> </Content>
); );
... ...
......
...@@ -14,6 +14,8 @@ function index(): ReactElement { ...@@ -14,6 +14,8 @@ function index(): ReactElement {
<Link to="/doc/hero">Hero</Link> <Link to="/doc/hero">Hero</Link>
<br></br> <br></br>
<Link to="/doc/feature">Feature</Link> <Link to="/doc/feature">Feature</Link>
<br></br>
<Link to="/doc/stats">Stats</Link>
</div> </div>
</Content> </Content>
); );
... ...
......
...@@ -8,7 +8,7 @@ function button(): ReactElement { ...@@ -8,7 +8,7 @@ function button(): ReactElement {
return ( return (
<Content> <Content>
<div className="prose"> <div className="prose">
<Link to="/doc/core">Retour</Link> <Link to="/doc">Retour</Link>
<h1>Stats</h1> <h1>Stats</h1>
<h2>Props</h2> <h2>Props</h2>
... ...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment