satof3 2 lat temu
rodzic
commit
83f8c3ffe6
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      apps/app/src/interfaces/ui.ts

+ 1 - 1
apps/app/src/interfaces/ui.ts

@@ -24,7 +24,7 @@ export type ICustomTabContent = {
   Content?: () => JSX.Element,
   i18n?: string,
   Icon?: () => JSX.Element,
-  roundeClass?: string,
+  roundClass?: string,
   isLinkEnabled?: boolean | ((content: ICustomTabContent) => boolean),
 };