HackYourFuture-CPH / FP-class11

Class11 Final Project - A collaboration between HYF and Seasony
MIT License
5 stars 8 forks source link

Update 404 page with new structure #213

Closed gizemcandemir closed 4 years ago

gizemcandemir commented 4 years ago

New sidebar props and logout modal components are added to 404 page. Page content is wrapped inside content and wrapper div's to apply our responsive design logic. I also added the content and wrapper style to index.css as we need the same style on each page. As a result of this, I needed to change a class name in logout modal component so it's not affected by the global style.

cecastosic commented 4 years ago

Look good! But logout function doesn't work on 404 page since it is public route, not private.