diff --git a/apps/web/components/apps/App.tsx b/apps/web/components/apps/App.tsx index 529836ea8d..faa13acbf3 100644 --- a/apps/web/components/apps/App.tsx +++ b/apps/web/components/apps/App.tsx @@ -303,6 +303,11 @@ const Component = ({ ); }; +const ShellHeading = () => { + const { t } = useLocale(); + return {t("app_store")}; +}; + export default function App(props: { name: string; description: AppType["description"]; @@ -328,10 +333,8 @@ export default function App(props: { images?: string[]; isTemplate?: boolean; }) { - const { t } = useLocale(); - return ( - + } backPath="/apps" withoutSeo> -
+
{!!props.backPath && (