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 = ( const contentPanel = (
<ContentPanel> <ContentPanel>
<ReturnButton <ReturnButton
href={`/contents/${content.slug}`} href={`/contents`}
title={langui.content} title={langui.contents}
langui={langui} langui={langui}
displayOn={ReturnButtonType.mobile} displayOn={ReturnButtonType.mobile}
className="mb-10" className="mb-10"