mirror of
https://github.com/roleypoly/roleypoly.git
synced 2025-06-14 16:49:10 +00:00
chore: ???
This commit is contained in:
parent
1cd5cd7378
commit
29adda5fd6
1 changed files with 2 additions and 1 deletions
|
@ -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',
|
||||
};
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue