Changed to showing visible participate button.
This commit is contained in:
parent
fba8212aeb
commit
1e62ba70d1
@ -3,7 +3,7 @@ import ListItem from '@mui/material/ListItem';
|
|||||||
import ListItemText from '@mui/material/ListItemText';
|
import ListItemText from '@mui/material/ListItemText';
|
||||||
import Typography from '@mui/material/Typography';
|
import Typography from '@mui/material/Typography';
|
||||||
import SportsTennisIcon from '@mui/icons-material/SportsTennis';
|
import SportsTennisIcon from '@mui/icons-material/SportsTennis';
|
||||||
import { ListItemIcon } from '@mui/material';
|
import { Button, ListItemIcon } from '@mui/material';
|
||||||
|
|
||||||
export default function ListSuggestedMatch() {
|
export default function ListSuggestedMatch() {
|
||||||
return (<ListItem alignItems="flex-start">
|
return (<ListItem alignItems="flex-start">
|
||||||
@ -23,6 +23,7 @@ export default function ListSuggestedMatch() {
|
|||||||
12:30PM - 123 Alphabet St. Toronto ON.
|
12:30PM - 123 Alphabet St. Toronto ON.
|
||||||
</Typography>
|
</Typography>
|
||||||
{" — John Smith, Alfred Baker, and Samantha Wright"}
|
{" — John Smith, Alfred Baker, and Samantha Wright"}
|
||||||
|
<Button size="Medium">Participate</Button>
|
||||||
</React.Fragment>
|
</React.Fragment>
|
||||||
}
|
}
|
||||||
/>
|
/>
|
||||||
|
Loading…
Reference in New Issue
Block a user