Release 0.2 - Bug fix
The bug I decided to fix for this release was a very quick and easy one. It was to update the show more button. It can be found here. It is not really a bug but it was a minor change that they wanted. Using devtools in the VSCode, it was very easy to figure out which file was the one that needed the change.
It was in the src/components/SecondaryPanes/CommandBar.css.
The Line was changed to:
It was in the src/components/SecondaryPanes/CommandBar.css.
The Line was changed to:
mask: url(/mc/command-chevron.svg) no-repeat;
Since this was a fairly simple bug to fix, I went ahead and decided to learn more about how the project structure is. This would help me tremendously since I plan on working on the same project for the next release.
Since this was a fairly simple bug to fix, I went ahead and decided to learn more about how the project structure is. This would help me tremendously since I plan on working on the same project for the next release.
Comments
Post a Comment