fix some shit

This commit is contained in:
Stanley Dimant
2025-01-25 20:57:56 +01:00
parent 238e20594c
commit b8e949819e
2 changed files with 23 additions and 2 deletions

View File

@@ -497,7 +497,7 @@ public class TopTabMenu
_mareMediator.Publish(new UiToggleMessage(typeof(DataAnalysisUi)));
}
UiSharedService.AttachToolTip("View and analyze your generated character data");
if (_uiSharedService.IconTextButton(FontAwesomeIcon.Running, "Chararacter Data Hub", availableWidth))
if (_uiSharedService.IconTextButton(FontAwesomeIcon.Running, "Character Data Hub", availableWidth))
{
_mareMediator.Publish(new UiToggleMessage(typeof(CharaDataHubUi)));
}