-
-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: improve Nutri-Score game #93
Conversation
<Box sx={{ mx: 2, width: 500, maxWidth: 500, textAlign: "left" }}> | ||
<Typography gutterBottom>Image sizes</Typography> | ||
<Slider | ||
aria-label="Temperature" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
:v aria-label="Image size"
?
src/components/ResponsiveAppBar.jsx
Outdated
@@ -44,9 +45,7 @@ const ResponsiveAppBar = () => { | |||
|
|||
const { devMode: isDevMode } = React.useContext(DevModeContext); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
haha made me think we could rename devMode
Explaining what you need to do ("Select all the products that have/don't have…") would be helpful. I didn't immediately understand how to play the game |
Fix #63
yarn prettier