chore(app): added the Creator badge

This commit is contained in:
2026-05-02 15:40:05 +02:00
parent 6765c075a5
commit d8d8a00fd9
15 changed files with 142 additions and 27 deletions
+2 -1
View File
@@ -9,7 +9,8 @@ export const tooltipKeys = [
'SpawnsTooltip',
'UsersTooltip',
'HtmlTooltip',
'TrainInfoTooltip'
'TrainInfoTooltip',
'CreatorTooltip'
] as const;
export type TooltipType = (typeof tooltipKeys)[number];