Skip to content
Snippets Groups Projects
Commit fd6cbf55 authored by Manoa Harinjo's avatar Manoa Harinjo
Browse files

Merge branch 'feat/text' of...

Merge branch 'feat/text' of https://git.neogeo.fr/onegeo-suite/libs/gatsby-theme-onegeo into feat/text
parents e305d7ae 4698e3b0
No related branches found
No related tags found
No related merge requests found
import React from "react"
import Button from "./core/Button"
import { twMerge } from "tailwind-merge"
import { InformationCircleIcon } from "@heroicons/react/outline"
import Tooltip from "./core/Tooltip"
......@@ -32,7 +31,7 @@ const Text = (props: IText) => {
oClass.title
)}
>
{title}{" "}
{title}
{oTooltip.title ? (
<Tooltip text={oTooltip.title}>
<InformationCircleIcon className="text-secondary h-5 w-5 cursor-pointer" />
......@@ -63,6 +62,7 @@ const Text = (props: IText) => {
<>
<span
className={twMerge(
//"pt-10 text-justify text-xl leading-8 sm:text-2xl",
"pt-10 text-justify text-xl leading-8 ",
oClass.content
)}
......
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