-
Dominik Rüegg authoredDominik Rüegg authored
Footer.js 366 B
import { Typography, Box } from "@mui/material";
export default function div() {
return(
<Box bgcolor='lightgrey'>
<Typography variant="h6" align="center" gutterBottom>Bookmark Page 2.0</Typography>
<Typography variant="subtitle1" align="center" color="textSecondary">Copyright © by Dominik Rüegg</Typography>
</Box>
)
}