diff --git a/README.md b/README.md index 8f5ae74ea..058ff549c 100644 --- a/README.md +++ b/README.md @@ -50,8 +50,9 @@ UNDB is a no-code platform that can also serve as a Backend as a Service (BaaS). ![kanban](./docs/images/kanban.jpeg) ![gallery](./docs/images/gallery.jpeg) -![form](./docs/images/form.jpeg) ![calendar](./docs/images/calendar.jpeg) +![pivot](./docs/images/pivot.jpeg) +![form](./docs/images/form.jpeg) ![openapi](./docs/images/openapi.jpeg) ## Quick start diff --git a/docs/images/pivot.jpeg b/docs/images/pivot.jpeg new file mode 100644 index 000000000..9e1d5d1c1 Binary files /dev/null and b/docs/images/pivot.jpeg differ diff --git a/packages/i18n/src/i18n/i18n-types.ts b/packages/i18n/src/i18n/i18n-types.ts index d348561a6..1d84d1ece 100644 --- a/packages/i18n/src/i18n/i18n-types.ts +++ b/packages/i18n/src/i18n/i18n-types.ts @@ -439,10 +439,6 @@ type RootTranslation = { * C​a​l​e​n​d​a​r */ calendar: string - /** - * P​i​v​o​t - */ - pivot: string } widgetTypes: { /** @@ -888,10 +884,6 @@ export type TranslationFunctions = { * Calendar */ calendar: () => LocalizedString - /** - * Pivot - */ - pivot: () => LocalizedString } widgetTypes: { /**