Skip to content

Commit

Permalink
lesson guide
Browse files Browse the repository at this point in the history
  • Loading branch information
siriwatknp committed Aug 30, 2024
1 parent 24a393d commit 5c80a21
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ import Stack from "@mui/material/Stack";
import Box from "@mui/material/Box";
import FormControlLabel from "@mui/material/FormControlLabel";
import Checkbox from "@mui/material/Checkbox";
// 1. Import the Link component (https://mui.com/material-ui/react-link/)
// 2. Import the Typography component (https://mui.com/material-ui/react-typography/)

function App() {
return (
Expand Down Expand Up @@ -52,7 +54,9 @@ function App() {
"& .MuiFormControlLabel-label": { userSelect: "none" },
}}
/>
{/* 3. change this's button variant to `contained` and the text to "Log in" */}
<Button>Hello</Button>
{/* 4. Render the Typography and a Link for sign up */}
</Stack>
</Box>
);
Expand Down

0 comments on commit 5c80a21

Please sign in to comment.