codedthemes / berry-free-react-admin-template

Berry free react material-ui admin template for easing and faster web development.
https://berrydashboard.io/free/
MIT License
1.77k stars 880 forks source link

Remove repetitive use of darkTitle prop #52

Closed shahx95 closed 1 year ago

shahx95 commented 1 year ago

Remove the repetitive use darkTitle prop and instead use the title prop to pass in a Typography component with the variant of "h3" to achieve the same effect. This simplifies the code and makes it more readable.

Updated code uses a ternary operator to check the value of darkTitle and conditionally render the title prop with or without the Typography component.

Commit Checklist

General