You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Really cool idea, with HELLA categories. There's one for everybody.
Here are some tiny easy fixes:
Typo on the main page:
You've set the hover on all buttons, so you don't need to repeat that for individual buttons:
This doesn't need as many props as you've passed. The button & setButton is only used in this component, so you can move the whole useState in. The username and page props are not used, so they don't need to be passed in either.
Ps. don't forget to delete the console.logs
The text was updated successfully, but these errors were encountered:
Really cool idea, with HELLA categories. There's one for everybody.
Here are some tiny easy fixes:
Ps. don't forget to delete the console.logs
The text was updated successfully, but these errors were encountered: