das marketing frontend wurde auf lokalisierte urls umgestellt.
This commit is contained in:
@@ -11,7 +11,7 @@ type LegalShowProps = {
|
||||
slug: string;
|
||||
};
|
||||
|
||||
export default function LegalShow(props: LegalShowProps) {
|
||||
const LegalShow: React.FC<LegalShowProps> = (props) => {
|
||||
const { seoTitle, title, content, effectiveFromLabel, versionLabel } = props;
|
||||
|
||||
return (
|
||||
@@ -41,4 +41,8 @@ export default function LegalShow(props: LegalShowProps) {
|
||||
</section>
|
||||
</MarketingLayout>
|
||||
);
|
||||
}
|
||||
};
|
||||
|
||||
LegalShow.layout = (page: React.ReactNode) => page;
|
||||
|
||||
export default LegalShow;
|
||||
|
||||
Reference in New Issue
Block a user