Skip to content
Snippets Groups Projects
Commit f4e4ebd7 authored by Toavina's avatar Toavina Committed by Tojo
Browse files

update

parent 9e5208d2
No related branches found
No related tags found
No related merge requests found
...@@ -3,7 +3,6 @@ import { Link } from "gatsby"; ...@@ -3,7 +3,6 @@ import { Link } from "gatsby";
import { Content } from "@onegeo/gatsby-theme-onegeo"; import { Content } from "@onegeo/gatsby-theme-onegeo";
import { Stats } from "@onegeo/gatsby-theme-onegeo"; import { Stats } from "@onegeo/gatsby-theme-onegeo";
import { Badge } from "@onegeo/gatsby-theme-onegeo";
function button(): ReactElement { function button(): ReactElement {
return ( return (
...@@ -150,7 +149,7 @@ function button(): ReactElement { ...@@ -150,7 +149,7 @@ function button(): ReactElement {
<div className="flex gap-6 m-4"> <div className="flex gap-6 m-4">
<h2>Stat with element :</h2> <h2>Stat with element :</h2>
<Stats title="Simple stat" value="99,9" desc="With element"> <Stats title="Simple stat" value="99,9" desc="With element">
<button className="btn btn-sm btn-success">Bouton</button> <a href="https://daisyui.com/components/button/" className="btn btn-sm btn-success">Button</a>
</Stats> </Stats>
</div> </div>
<div className="prose"> <div className="prose">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment