Fix wrong href for return to contents button
This commit is contained in:
parent
53a4b2d2c0
commit
aadc5f48e7
|
@ -204,8 +204,8 @@ export default function Content(props: Immutable<Props>): JSX.Element {
|
|||
const contentPanel = (
|
||||
<ContentPanel>
|
||||
<ReturnButton
|
||||
href={`/contents/${content.slug}`}
|
||||
title={langui.content}
|
||||
href={`/contents`}
|
||||
title={langui.contents}
|
||||
langui={langui}
|
||||
displayOn={ReturnButtonType.mobile}
|
||||
className="mb-10"
|
||||
|
|
Loading…
Reference in New Issue