Skip to content

Commit

Permalink
fix(frontend): change page title of analytics page
Browse files Browse the repository at this point in the history
  • Loading branch information
IgnisDa committed Dec 18, 2024
1 parent 4b7ceed commit 0a2cfaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/frontend/app/routes/_dashboard.analytics.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ export const loader = async ({ request }: LoaderFunctionArgs) => {
};

export const meta = (_args: MetaArgs<typeof loader>) => {
return [{ title: "Fitness Analytics | Ryot" }];
return [{ title: "Analytics | Ryot" }];
};

const useTimeSpanSettings = () => {
Expand Down

0 comments on commit 0a2cfaa

Please sign in to comment.