diff --git a/components/AgbHistoryBlock.tsx b/components/AgbHistoryBlock.tsx index c7e16a05..0711aa23 100644 --- a/components/AgbHistoryBlock.tsx +++ b/components/AgbHistoryBlock.tsx @@ -27,7 +27,7 @@ export const AgbHistoryBlock: React.FC<{ title: string }> = async ({ title }) => } return ( -
+
{title || 'Vorherige Versionen'} diff --git a/components/PDFDownloadBlock.tsx b/components/PDFDownloadBlock.tsx index 6523fb75..64c2de89 100644 --- a/components/PDFDownloadBlock.tsx +++ b/components/PDFDownloadBlock.tsx @@ -15,7 +15,7 @@ export const PDFDownloadBlock: React.FC<{ label: string; style: string }> = ({ l const href = `/api/pages/${slug}/pdf`; return ( -
+