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
Currently the Project Option Tile component accepts a string ("Docker", "Heroku", etc) and has a huge switch block to decide what logo to render. This issue should make the component more generic and simply accepts a Logo component as a prop and renders it. The project option tile could be made into a new reusable component that can be published to npm.
The text was updated successfully, but these errors were encountered:
Currently the Project Option Tile component accepts a string ("Docker", "Heroku", etc) and has a huge switch block to decide what logo to render. This issue should make the component more generic and simply accepts a Logo component as a prop and renders it. The project option tile could be made into a new reusable component that can be published to npm.
The text was updated successfully, but these errors were encountered: