diff --git a/src/components/Title.jsx b/src/components/Title.jsx index ca9d4cf..c9c2f7c 100644 --- a/src/components/Title.jsx +++ b/src/components/Title.jsx @@ -3,10 +3,13 @@ import { twMerge } from "tailwind-merge"; const { Text } = Typography; -export const Title = ({ text, className }) => { +export const Title = ({ text, className, classNameText }) => { return (