So I did some CSS changes on my local, ran git add ., git commit -am \"Hello\", git push heroku master, and for some reason two commmi
So I was trying to push my React app to Heroku and could not figure out why the code wasn't updating even though my original git repo showed the changes while I pushed that same code to Heroku directly after. Turns out I forgot to handle the building process for my app code first before committing the changes.