diff --git a/apps/web/app/analyze-user/[login]/layout.tsx b/apps/web/app/analyze-user/[login]/layout.tsx index a0c0ae5d53..03158262ce 100644 --- a/apps/web/app/analyze-user/[login]/layout.tsx +++ b/apps/web/app/analyze-user/[login]/layout.tsx @@ -9,13 +9,13 @@ export default function UserAnalyzeLayout ({ children }: { children: React.React
-
diff --git a/apps/web/app/analyze-user/[login]/page.tsx b/apps/web/app/analyze-user/[login]/page.tsx index c79fe2a0f5..194385345f 100644 --- a/apps/web/app/analyze-user/[login]/page.tsx +++ b/apps/web/app/analyze-user/[login]/page.tsx @@ -1,7 +1,6 @@ import { fetchOwnerInfo } from '@/app/analyze/(org)/[owner]/fetchOwner'; import AnalyzeOwnerContextProvider from '@/components/Context/Analyze/AnalyzeOwner'; import { BreadcrumbListJsonLd, PersonJsonLd } from '@/components/json-ld'; -import { Breadcrumb } from '@/components/Breadcrumb'; import { Metadata } from 'next'; import UserAnalyzeContent from './content'; @@ -17,14 +16,7 @@ export default async function Page ({ params }: { params: Promise<{ login: strin { name: 'Analyze', url: '/analyze' }, { name: displayName }, ]} /> -
- -
+
-
diff --git a/apps/web/app/analyze/(repo)/[owner]/[repo]/layout.tsx b/apps/web/app/analyze/(repo)/[owner]/[repo]/layout.tsx index c0c852423a..d68dca0c11 100644 --- a/apps/web/app/analyze/(repo)/[owner]/[repo]/layout.tsx +++ b/apps/web/app/analyze/(repo)/[owner]/[repo]/layout.tsx @@ -9,13 +9,13 @@ export default function RepoAnalyzeLayout({ children }: { children: React.ReactN
-
diff --git a/apps/web/app/analyze/(repo)/[owner]/[repo]/page.tsx b/apps/web/app/analyze/(repo)/[owner]/[repo]/page.tsx index 3fc5418876..3a9f3a4bb1 100644 --- a/apps/web/app/analyze/(repo)/[owner]/[repo]/page.tsx +++ b/apps/web/app/analyze/(repo)/[owner]/[repo]/page.tsx @@ -2,7 +2,6 @@ import { Metadata } from 'next'; import { redirect } from 'next/navigation'; import { getRepoByName } from '@/lib/server/internal-api'; import { BreadcrumbListJsonLd, SoftwareApplicationJsonLd, SoftwareSourceCodeJsonLd } from '@/components/json-ld'; -import { Breadcrumb } from '@/components/Breadcrumb'; import ShareButtons from '@/components/ShareButtons'; import RepoAnalyzePage from './content'; @@ -62,15 +61,7 @@ export default async function Page({ params, searchParams }: PageProps) { language={repoInfo.language} url={`/analyze/${owner}/${repo}`} /> -
- -
+
- +
{isMonthView && ( )} - + @@ -415,7 +415,7 @@ function MonthlyRankingSection({ collectionId, initialRankingData }: { collectio
-
+
@@ -426,7 +426,7 @@ function MonthlyRankingSection({ collectionId, initialRankingData }: { collectio {formatMonth(rows[0]?.last_month)} )} - Repository + Repository {activeMetric?.title} @@ -696,7 +696,7 @@ function HistoryRankSection({ collectionName, collectionId }: { collectionName: export function CollectionDetail({ collection, initialRankingData, faqItems }: { collection: Collection; initialRankingData?: CollectionQueryResponse | null; faqItems?: { question: string; answer: string }[] }) { return ( -
+
{collapsed ? (