diff --git a/src/components/shared/SvgTextLogo/SvgTextLogo.tsx b/src/components/shared/SvgTextLogo/SvgTextLogo.tsx index 0b719f4..a920c37 100644 --- a/src/components/shared/SvgTextLogo/SvgTextLogo.tsx +++ b/src/components/shared/SvgTextLogo/SvgTextLogo.tsx @@ -8,14 +8,18 @@ interface SvgTextLogoProps { type DominantBaseline = | 'auto' - | 'baseline' - | 'before-edge' - | 'after-edge' - | 'central' - | 'middle' + | 'inherit' + | 'alphabetic' + | 'hanging' + | 'ideographic' | 'mathematical' + | 'text-before-edge' + | 'middle' + | 'central' | 'text-after-edge' - | 'text-before-edge'; + | 'use-script' + | 'no-change' + | 'reset-size'; export const SvgTextLogo: React.FC = ({ text,