components/Footer.tsx aktualisiert

deutsche Übersetzung
This commit is contained in:
Manuel Kamper 2024-08-03 20:24:54 +02:00
parent 602e067dc0
commit 36f4c9fe5d

View File

@ -10,7 +10,7 @@ export default function Footer() {
Hosted by <a href="https://www.kmpr.at">kmpr.at</a>
</Typography>
<Typography sx={{ color: "#777", fontSize: 12, pt: 3 }}>
This website is unofficial and is not associated in any way with the Formula 1 companies. F1, FORMULA ONE, FORMULA 1, FIA FORMULA ONE WORLD CHAMPIONSHIP, GRAND PRIX and related marks are trade marks of Formula One Licensing B.V.
Diese Website ist inoffiziell und ist in keiner Weise mit den Unternehmen der Formel 1 verbunden. F1, FORMULA ONE, FORMULA 1, FIA FORMULA ONE WORLD CHAMPIONSHIP, GRAND PRIX und verwandte Marken sind Marken der Formula One Licensing B.V.
</Typography>
</Container>
)