diff --git a/src/components/shared/SvgTextLogo/SvgTextLogo.tsx b/src/components/shared/SvgTextLogo/SvgTextLogo.tsx index 6acc4b1..7abbc46 100644 --- a/src/components/shared/SvgTextLogo/SvgTextLogo.tsx +++ b/src/components/shared/SvgTextLogo/SvgTextLogo.tsx @@ -1,10 +1,11 @@ import React from 'react'; +import { SVGAttributes } from 'react'; interface SvgTextLogoProps { text: string; className?: string; textClassName?: string; - dominantBaseline?: SVGTextElementAttributes['dominantBaseline']; + dominantBaseline?: SVGAttributes['dominantBaseline']; } export const SvgTextLogo: React.FC = ({