Skip to content

Admin header - #121

Open
yuqi88 wants to merge 5 commits into
mainfrom
adminHeader
Open

yuqi88 wants to merge 5 commits into
mainfrom
adminHeader

Conversation

@yuqi88

@yuqi88 yuqi88 commented Mar 29, 2022

Copy link
Copy Markdown
Collaborator
  • 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
Copy Markdown
Contributor

Could you attach a screenshot of this change?

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

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

Copy link
Copy Markdown
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

ketphan02 commented Apr 3, 2022

Copy link
Copy Markdown
Collaborator

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