diff --git a/apps/web/components/add-document/index.tsx b/apps/web/components/add-document/index.tsx index d3bb9e33..22b87e09 100644 --- a/apps/web/components/add-document/index.tsx +++ b/apps/web/components/add-document/index.tsx @@ -458,23 +458,23 @@ export function AddDocument({ )} > {isMobile && ( -
- {tabs.map((tab) => ( - setActiveTab(tab.id)} - icon={tab.icon} - title={tab.title} - compactLabel={tab.compactLabel} - description={tab.description} - isPro={tab.isPro} - compact - /> - ))} -
- )} -
+
+ {tabs.map((tab) => ( + setActiveTab(tab.id)} + icon={tab.icon} + title={tab.title} + compactLabel={tab.compactLabel} + description={tab.description} + isPro={tab.isPro} + compact + /> + ))} +
+ )} +
{activeTab === "note" && (