ISTE-PCCoE-Web / frontend

A website for ISTE PCCoE Student's Chapter
4 stars 0 forks source link

Add Navbar to Events, Event Desc #24

Closed ashwin-acharya01 closed 1 year ago

ashwin-acharya01 commented 1 year ago

What is this issue all about:

Navbar is missing from: Events, Event Description page

image

How it should look like: image

How Can you resolve this issue:

  1. Pull Latest changes into your feature branch.
  2. There is a Navbar component in the components folder ( src > components > Navbar > Navbar.tsx)
  3. Add it to Events page and EventDesc Page (refer home page)
ashwin-acharya01 commented 1 year ago

This is done