chore: ???

This commit is contained in:
41666 2021-07-09 07:08:23 -05:00
parent 1cd5cd7378
commit 29adda5fd6

View file

@ -49,7 +49,8 @@ export const DynamicLogotype = (props: Partial<DynamicLogoProps>) => {
if (variant.tooltip) {
tooltipProps = {
'data-tip': variant.tooltip,
// 'data-for': 'dynamic-logomark',
title: variant.tooltip,
'data-for': 'dynamic-logomark',
};
}