diff --git a/components/Footer.tsx b/components/Footer.tsx index b0d0e7f..48b11cb 100644 --- a/components/Footer.tsx +++ b/components/Footer.tsx @@ -93,10 +93,10 @@ export default function Footer() { {/* Bottom bar */}
-

+

© {year} MBO-Tech-IT. Alle Rechte vorbehalten.

-
+
Impressum Datenschutz diff --git a/components/StatsBar.tsx b/components/StatsBar.tsx index de2ac5b..9074adb 100644 --- a/components/StatsBar.tsx +++ b/components/StatsBar.tsx @@ -62,7 +62,7 @@ export default function StatsBar() { {stats.map((stat) => (
-

{stat.label}

+

{stat.label}

))}