Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP] Created the loginPage #21

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

Olipa776
Copy link

@Olipa776 Olipa776 commented Nov 16, 2021

  • Add Login page

Screenshot from 2021-11-16 17-42-41

Comment on lines +28 to +31
{/* <i>
{' '}
<Image className="" src={sidebarlogo} />
</i>
<Image className="" src="/../assets/unLogo.png" />
</i> */}
Copy link
Contributor

Choose a reason for hiding this comment

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

its cleaner to remove this code if we arent making use of it

Comment on lines +4 to +5
// import Header from '../components/Headers/Header';
// import Sidebar from '../components/SideBar/Sidebar';
Copy link
Contributor

Choose a reason for hiding this comment

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

same here, we clean it up by remove all commented code

@@ -13,9 +13,9 @@ const Main = (props: IMainProps) => (
<div className="flex">
{props.meta}

<Sidebar />
{/* <Sidebar /> */}
Copy link
Contributor

Choose a reason for hiding this comment

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

same here

<div className="w-full">
<Header />
{/* <Header /> */}
Copy link
Contributor

Choose a reason for hiding this comment

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

same here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants