diff --git a/src/app/(main)/SideNav.tsx b/src/app/(main)/SideNav.tsx
index 7ffc9822..df989f5e 100644
--- a/src/app/(main)/SideNav.tsx
+++ b/src/app/(main)/SideNav.tsx
@@ -8,14 +8,7 @@ import {
SidebarProps,
ThemeButton,
} from '@umami/react-zen';
-import {
- Globe,
- LayoutDashboard,
- Link as LinkIcon,
- Logo,
- Pixel,
- PanelLeft,
-} from '@/components/icons';
+import { Globe, Link as LinkIcon, Logo, Pixel, PanelLeft } from '@/components/icons';
import { useMessages, useNavigation, useGlobalState } from '@/components/hooks';
import { TeamsButton } from '@/components/input/TeamsButton';
import { PanelButton } from '@/components/input/PanelButton';
@@ -30,12 +23,6 @@ export function SideNav(props: SidebarProps) {
const hasNav = !!(websiteId || pathname.startsWith('/admin') || pathname.includes('/settings'));
const links = [
- {
- id: 'boards',
- label: formatMessage(labels.boards),
- path: '/boards',
- icon: ,
- },
{
id: 'websites',
label: formatMessage(labels.websites),
diff --git a/src/app/(main)/admin/teams/AdminTeamsPage.tsx b/src/app/(main)/admin/teams/AdminTeamsPage.tsx
index 1d4984e8..736c7b5f 100644
--- a/src/app/(main)/admin/teams/AdminTeamsPage.tsx
+++ b/src/app/(main)/admin/teams/AdminTeamsPage.tsx
@@ -9,7 +9,7 @@ export function AdminTeamsPage() {
const { formatMessage, labels } = useMessages();
return (
-
+
diff --git a/src/app/(main)/admin/users/UsersPage.tsx b/src/app/(main)/admin/users/UsersPage.tsx
index 47ac5512..3e492b34 100644
--- a/src/app/(main)/admin/users/UsersPage.tsx
+++ b/src/app/(main)/admin/users/UsersPage.tsx
@@ -12,7 +12,7 @@ export function UsersPage() {
const handleSave = () => {};
return (
-
+
diff --git a/src/app/(main)/admin/websites/AdminWebsitesPage.tsx b/src/app/(main)/admin/websites/AdminWebsitesPage.tsx
index 3ca61f78..f66c5eb7 100644
--- a/src/app/(main)/admin/websites/AdminWebsitesPage.tsx
+++ b/src/app/(main)/admin/websites/AdminWebsitesPage.tsx
@@ -9,7 +9,7 @@ export function AdminWebsitesPage() {
const { formatMessage, labels } = useMessages();
return (
-
+
diff --git a/src/app/(main)/settings/websites/[websiteId]/WebsiteSettingsPage.tsx b/src/app/(main)/settings/websites/[websiteId]/WebsiteSettingsPage.tsx
index e5140cb2..9f52e0e1 100644
--- a/src/app/(main)/settings/websites/[websiteId]/WebsiteSettingsPage.tsx
+++ b/src/app/(main)/settings/websites/[websiteId]/WebsiteSettingsPage.tsx
@@ -8,7 +8,7 @@ import { Panel } from '@/components/common/Panel';
export function WebsiteSettingsPage({ websiteId }: { websiteId: string }) {
return (
-
+
diff --git a/src/app/(main)/websites/[websiteId]/WebsiteLayout.tsx b/src/app/(main)/websites/[websiteId]/WebsiteLayout.tsx
index cf75e86a..b1799ac8 100644
--- a/src/app/(main)/websites/[websiteId]/WebsiteLayout.tsx
+++ b/src/app/(main)/websites/[websiteId]/WebsiteLayout.tsx
@@ -10,7 +10,7 @@ export function WebsiteLayout({ websiteId, children }: { websiteId: string; chil
return (
-
+
diff --git a/src/app/(main)/websites/[websiteId]/WebsitePage.tsx b/src/app/(main)/websites/[websiteId]/WebsitePage.tsx
index 4bc109ad..7db6c03f 100644
--- a/src/app/(main)/websites/[websiteId]/WebsitePage.tsx
+++ b/src/app/(main)/websites/[websiteId]/WebsitePage.tsx
@@ -26,7 +26,7 @@ export function WebsitePage({ websiteId }: { websiteId: string }) {
};
return (
-
+
diff --git a/src/components/input/TeamsButton.tsx b/src/components/input/TeamsButton.tsx
index afed4c6d..274e6c87 100644
--- a/src/components/input/TeamsButton.tsx
+++ b/src/components/input/TeamsButton.tsx
@@ -33,10 +33,6 @@ export function TeamsButton({ showText = true, onAction }: TeamsButtonProps) {
return ;
}
- if (!data?.count) {
- return null;
- }
-
return (