diff --git a/apps/web/components/apps/App.tsx b/apps/web/components/apps/App.tsx index 1af16c2ee5..cca5dd5cdf 100644 --- a/apps/web/components/apps/App.tsx +++ b/apps/web/components/apps/App.tsx @@ -210,7 +210,7 @@ const Component = ({ )} -
{body}
+
{body}

{t("pricing")}

{price === 0 ? ( @@ -336,10 +336,6 @@ export default function App(props: { title={props.name} description={props.description} app={{ slug: props.logo, name: props.name, description: props.description }} - nextSeoProps={{ - nofollow: true, - noindex: true, - }} /> {props.licenseRequired ? ( diff --git a/packages/features/shell/Shell.tsx b/packages/features/shell/Shell.tsx index ad55159426..8d8244a392 100644 --- a/packages/features/shell/Shell.tsx +++ b/packages/features/shell/Shell.tsx @@ -134,10 +134,6 @@ const Layout = (props: LayoutProps) => { )}