Skip to content

Comments

Admin header#121

Open
yuqi88 wants to merge 5 commits intomainfrom
adminHeader
Open

Admin header#121
yuqi88 wants to merge 5 commits intomainfrom
adminHeader

Conversation

@yuqi88
Copy link
Collaborator

@yuqi88 yuqi88 commented Mar 29, 2022

  • Added AdminHeader component
  • Can be used for user profile page too after modifying if we need that
  • Added the component to the Admin page

close #120

@yuqi88 yuqi88 added the enhancement New feature or request label Mar 29, 2022
@yuqi88 yuqi88 self-assigned this Mar 29, 2022
@yuqi88 yuqi88 requested a review from Opeyem1a March 29, 2022 19:02
@Opeyem1a
Copy link
Contributor

Could you attach a screenshot of this change?

import styles from './AdminHeader.module.scss';

const AdminHeader = () => {
const currentPage = 'Admin Dashboard';
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wait why is this a variable here and not a prop or just hardcoded?

@ketphan02
Copy link
Collaborator

ketphan02 commented Apr 3, 2022

I thought we don't need this anymore? @Opeyem1a @yuqi88

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add header for admin page

3 participants