fix: better routes

This commit is contained in:
Ephraim Atta-Duncan
2025-08-13 16:36:37 +00:00
parent 37158c838e
commit 28f1948a5e
2 changed files with 2 additions and 2 deletions

View File

@ -118,7 +118,7 @@ export default function AdminLayout() {
)}
asChild
>
<Link to="/admin/org-insights">
<Link to="/admin/organisation-insights">
<Trophy className="mr-2 h-5 w-5" />
<Trans>Organisation Insights</Trans>
</Link>

View File

@ -8,7 +8,7 @@ import {
type OrganisationOverview,
} from '~/components/tables/admin-organisation-overview-table';
import type { Route } from './+types/org-insights';
import type { Route } from './+types/organisation-insights._index';
export async function loader({ request }: Route.LoaderArgs) {
const url = new URL(request.url);