Projekt

Obecné

Profil

« Předchozí | Další » 

Revize 456b0111

Přidáno uživatelem Václav Honzík před více než 2 roky(ů)

re #9243 - LCA milestone code refactor

Zobrazit rozdíly:

frontend/src/features/NotFound/NotFound.tsx
1
import { Button, Stack } from "@mui/material"
2
import { Link as RouterLink } from 'react-router-dom'
3

  
1 4
const NotFound = () => {
2 5

  
3 6
    return (
4
        <>
5
            <h1>Page Not Found 😡😡😡</h1>
6
        </>
7
        <Stack alignItems={"center"} sx={{my: 4}}>
8
            <h1>Page Not Found 😔</h1>
9
            <Button variant="outlined" component={RouterLink} to="/" >Return Home</Button>
10
        </Stack>
7 11
    )
8 12
}
9 13

  

Také k dispozici: Unified diff