Skip to content
Snippets Groups Projects
Commit 811265b9 authored by Julien MARGAIL's avatar Julien MARGAIL
Browse files

fix Text component

parent 2fa09d27
No related branches found
No related tags found
No related merge requests found
......@@ -7,6 +7,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [0.9.7] - 2023-09-13
### Fixed
- Text missing Button
## [0.9.6] - 2023-09-12
### Fixed
......
{
"name": "@onegeo-suite/gatsby-theme-onegeo",
"version": "0.9.6",
"version": "0.9.7",
"main": "index.js",
"types": "index.d.ts",
"author": "NEOGEO",
......
import React from "react"
import { twMerge } from "tailwind-merge"
import { InformationCircleIcon } from "@heroicons/react/outline"
import Button from "./core/Button"
import Tooltip from "./core/Tooltip"
interface IText {
......
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