Skip to content

Commit 68a3700

Browse files
committed
fix link in admin 404 page
1 parent 48e7e69 commit 68a3700

File tree

1 file changed

+1
-1
lines changed
  • apps/changelog/src/app/changelog/%5Fadmin/[id]/edit

1 file changed

+1
-1
lines changed

apps/changelog/src/app/changelog/%5Fadmin/[id]/edit/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ export default async function ChangelogCreatePage(props: {
2828
<h2>Changelog not found</h2>
2929
</header>
3030
<footer>
31-
<Link href="/changelogs">Return to Changelogs list</Link>
31+
<Link href="/changelog/_admin">Return to Changelogs list</Link>
3232
</footer>
3333
</Fragment>
3434
);

0 commit comments

Comments
 (0)