mirror of
https://github.com/documenso/documenso.git
synced 2025-11-10 12:32:34 +10:00
fix: better routes
This commit is contained in:
@ -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>
|
||||
|
||||
@ -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);
|
||||
Reference in New Issue
Block a user