File tree Expand file tree Collapse file tree 3 files changed +5
-6
lines changed
Expand file tree Collapse file tree 3 files changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -62,12 +62,11 @@ function ResponsiveAppBar({onChangeTheme}) {
6262 < Typography
6363 variant = "h6"
6464 noWrap
65- component = "a"
66- href = "/"
65+ component = { RouterLink }
66+ to = "/"
6767 sx = { {
6868 mr : 2 ,
6969 display : { xs : 'none' , md : 'flex' } ,
70- fontFamily : 'monospace' ,
7170 fontWeight : 700 ,
7271 letterSpacing : '.3rem' ,
7372 color : 'inherit' ,
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ function LeadList(props) {
4646 { ! appContext . user . isAuthenticated ?
4747 < >
4848 < h1 > Login</ h1 >
49- < Alert severity = "error" > Please login to see the lead list.</ Alert >
49+ < Alert variant = "outlined" severity = "error" > Please login to see the lead list.</ Alert >
5050 </ >
5151 :
5252 < >
@@ -78,7 +78,7 @@ function LeadList(props) {
7878 </ Table >
7979 </ TableContainer >
8080 :
81- < Alert severity = "error" > { error } </ Alert >
81+ < Alert variant = "outlined" severity = "error" > { error } </ Alert >
8282 }
8383 </ >
8484 }
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ export default function DescriptionAlerts() {
66 return (
77 < >
88 < h1 > Welcome</ h1 >
9- < Alert severity = "success" >
9+ < Alert variant = "outlined" severity = "success" >
1010 < AlertTitle > Welcome</ AlertTitle >
1111 < strong > Welcome to the Leads App!</ strong > Click the Leads option on the menu above to view leads.
1212 </ Alert >
You can’t perform that action at this time.
0 commit comments