Fix wrong href for return to contents button

This commit is contained in:
DrMint 2022-05-17 21:42:24 +02:00
parent 53a4b2d2c0
commit aadc5f48e7
1 changed files with 2 additions and 2 deletions

View File

@ -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"