carlosvegap / capstone-kickoff

0 stars 0 forks source link

Header icons #76

Closed CarLosVegga closed 2 years ago

CarLosVegga commented 2 years ago

Hi everyone!

For this PR I did some really basic improvement of my header.

image image

CHANGES

What I did was just adding some icons and also inserting the logo to the home button. For that, I decided to use an HStack so that I could arrange an image and text horizontally, and the just pass CSS properties to make it look like a regular button.

For the rest, I just used the id of the buttons and created another component to help deal with which button should show which icon.

NEXT STEPS

My highest priority right now will be to allow normal experience makers to claim a restaurant. For that, since I will be working with several files from the Experience folder, I will add it to the stack of PR to avoid any merging conflicts.

Thanks for the comments!