fix(branding): render theme assets and dynamic metadata
This commit is contained in:
@@ -2,7 +2,7 @@ import { AnalyticsClient, type AnalyticsData } from "./analytics-client";
|
||||
import { parseDashboardRange, resolveDashboardRange } from "@/server/services/analytics-range";
|
||||
import { requireFreelancerBackend } from "@/server/web/freelancer";
|
||||
|
||||
export const metadata = { title: "Analizler - Neta" };
|
||||
export const metadata = { title: "Analizler" };
|
||||
|
||||
export default async function AnalyticsPage({
|
||||
searchParams,
|
||||
|
||||
@@ -27,7 +27,7 @@ export default async function DashboardLayout({
|
||||
return (
|
||||
<DashboardShell
|
||||
branding={{
|
||||
applicationName: branding.applicationName,
|
||||
applicationName: branding.organizationName ?? branding.applicationName,
|
||||
organizationName: branding.organizationName,
|
||||
lightLogoUrl: branding.lightLogoUrl,
|
||||
darkLogoUrl: branding.darkLogoUrl,
|
||||
|
||||
@@ -2,7 +2,7 @@ import { DashboardClient, type DashboardData } from "./dashboard-client";
|
||||
import { parseDashboardRange, resolveDashboardRange } from "@/server/services/analytics-range";
|
||||
import { requireFreelancerBackend } from "@/server/web/freelancer";
|
||||
|
||||
export const metadata = { title: "Dashboard - Neta" };
|
||||
export const metadata = { title: "Dashboard" };
|
||||
|
||||
export default async function DashboardPage({
|
||||
searchParams,
|
||||
|
||||
Reference in New Issue
Block a user