fix: fix links to mod change logs in administration panel
This commit is contained in:
parent
7bf6b414a6
commit
f8a7e9f791
1 changed files with 1 additions and 1 deletions
|
@ -122,7 +122,7 @@ const MultiLogs = () => {
|
||||||
<TableRow key={page.slug}>
|
<TableRow key={page.slug}>
|
||||||
<TableCell className="border-b px-4 py-2">
|
<TableCell className="border-b px-4 py-2">
|
||||||
<a
|
<a
|
||||||
href={`/changelogs/${page.slug}`}
|
href={`/changelog/${page.slug}`}
|
||||||
className="text-blue-500 underline"
|
className="text-blue-500 underline"
|
||||||
>
|
>
|
||||||
{page.slug}
|
{page.slug}
|
||||||
|
|
Loading…
Reference in a new issue