fix: fix links to mod change logs in administration panel

This commit is contained in:
Dorian Niemiec 2024-09-08 07:26:43 +02:00
parent 7bf6b414a6
commit f8a7e9f791

View file

@ -122,7 +122,7 @@ const MultiLogs = () => {
<TableRow key={page.slug}>
<TableCell className="border-b px-4 py-2">
<a
href={`/changelogs/${page.slug}`}
href={`/changelog/${page.slug}`}
className="text-blue-500 underline"
>
{page.slug}