components/Footer.tsx aktualisiert
removed google ads and customized footer text
This commit is contained in:
parent
7a6704737d
commit
f5ab5da43d
@ -1,22 +1,13 @@
|
|||||||
import {Container, Divider, Typography} from "@mui/material";
|
import {Container, Divider, Typography} from "@mui/material";
|
||||||
import GoogleAd from "./GoogleAd";
|
|
||||||
|
|
||||||
export default function Footer() {
|
export default function Footer() {
|
||||||
return (
|
return (
|
||||||
<Container maxWidth="xl" component="main" sx={{ pt: 2, pb: 3 }}>
|
<Container maxWidth="xl" component="main" sx={{ pt: 2, pb: 3 }}>
|
||||||
<Divider variant="fullWidth" />
|
<Divider variant="fullWidth" />
|
||||||
<div style={{ padding: 20 }}>
|
<div style={{ padding: 20 }}>
|
||||||
<GoogleAd
|
|
||||||
style={{ display: 'block' }}
|
|
||||||
googleAdId="ca-pub-3253159471656308"
|
|
||||||
format="autorelaxed"
|
|
||||||
slot="1185564246"
|
|
||||||
/>
|
|
||||||
</div>
|
</div>
|
||||||
<Typography>
|
<Typography>
|
||||||
Another ieb Project · {' '}
|
Hosted by <a href="https://www.kmpr.at">kmpr.at</a>
|
||||||
GitHub: <a href="https://github.com/iebb/F1Manager-Calc">iebb/F1Manager-Calc</a> · {' '}
|
|
||||||
Contact: <a href="https://twitter.com/CyberHono">@CyberHono</a>
|
|
||||||
</Typography>
|
</Typography>
|
||||||
<Typography sx={{ color: "#777", fontSize: 12, pt: 3 }}>
|
<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.
|
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.
|
||||||
|
Loading…
Reference in New Issue
Block a user