fixed broken links

This commit is contained in:
DrMint 2022-02-21 03:48:41 +01:00
parent b4d88a3377
commit 044dd5b265

View File

@ -27,7 +27,7 @@ export default function ContentRead(props: ContentReadProps): JSX.Element {
const subPanel = (
<SubPanel>
<ReturnButton
href={`/content/${content.slug}`}
href={`/library/content/${content.slug}`}
title={"Content"}
langui={langui}
/>