Skip to content

Commit

Permalink
Merge pull request #231 from Fraunhofer-AISEC/imprint
Browse files Browse the repository at this point in the history
Adds link to imprint
  • Loading branch information
taudor authored May 3, 2024
2 parents f0cbe4d + 8f57841 commit 0e7b7e0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions frontend/src/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ import {
Drawer,
Grid,
IconButton,
Link as MuiLink,
Paper,
Tooltip,
} from '@mui/material';
Expand Down Expand Up @@ -149,6 +150,11 @@ function App() {
</Paper>
</Container>
</Grid>
<Grid item>
<Box display="flex" alignItems="center" justifyContent="center">
<MuiLink href="https://www.aisec.fraunhofer.de/en/imprint.html">Imprint</MuiLink>
</Box>
</Grid>
</Grid>
<IconButton
style={{ position: 'absolute', top: 0, left: 0 }}
Expand Down

0 comments on commit 0e7b7e0

Please sign in to comment.