diff --git a/README.md b/README.md
index 93c6d9f95..b83df450a 100644
--- a/README.md
+++ b/README.md
@@ -30,17 +30,8 @@
-
-
)
-

-

-

-

+
+
## About this project
diff --git a/apps/web/src/components/(dashboard)/layout/menu-switcher.tsx b/apps/web/src/components/(dashboard)/layout/menu-switcher.tsx
index 765343d27..95f959ab2 100644
--- a/apps/web/src/components/(dashboard)/layout/menu-switcher.tsx
+++ b/apps/web/src/components/(dashboard)/layout/menu-switcher.tsx
@@ -93,7 +93,7 @@ export const MenuSwitcher = ({ user, teams: initialTeamsData }: MenuSwitcherProp
- Page {table.getState().pagination.pageIndex + 1} of {table.getPageCount()}
+ Page {table.getState().pagination.pageIndex + 1} of {table.getPageCount() || 1}
diff --git a/packages/ui/styles/theme.css b/packages/ui/styles/theme.css
index 70a06ad15..de1927f73 100644
--- a/packages/ui/styles/theme.css
+++ b/packages/ui/styles/theme.css
@@ -129,3 +129,12 @@
.custom-scrollbar::-webkit-scrollbar-thumb:hover {
background: rgb(100 116 139 / 0.5);
}
+
+ /* Custom Swagger Dark Theme */
+.swagger-dark-theme .swagger-ui {
+ filter: invert(88%) hue-rotate(180deg);
+}
+
+.swagger-dark-theme .swagger-ui .microlight {
+ filter: invert(100%) hue-rotate(180deg);
+}
\ No newline at end of file