Skip to content

Commit

Permalink
💄Dashboard nav
Browse files Browse the repository at this point in the history
  • Loading branch information
noeypatt committed Apr 25, 2020
1 parent c088bc0 commit 5c2add5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions components/layout/dashboard.js
Original file line number Diff line number Diff line change
Expand Up @@ -119,9 +119,9 @@ const Dashboard = () => {
onClick: toggle,
})}
</Header>
{/* <Content className="site-layout-background" >
<Content className="site-layout-background" >
Content
</Content> */}
</Content>
</Layout>
</Layout>
);
Expand Down
2 changes: 1 addition & 1 deletion pages/main/hospital.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ const Hospital = () => {
{
!tokenError ?
<React.Fragment>
<Dashboard onStatusMain={statusMain} statusMain={status} />
{/* <Dashboard onStatusMain={statusMain} statusMain={status} /> */}
<div className="page-content-main">
<div className="container-fluid-main">
<h1 className="text-center">ข้อมูลด้านสุขภาพ</h1>
Expand Down
2 changes: 2 additions & 0 deletions styles/dashboard.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ $bg-color: white !important;
$hover-color: #1890ff;

.ant-layout {
width: 100%;
height: 100vh;
.logo {
cursor: pointer;
margin: 1rem;
Expand Down

1 comment on commit 5c2add5

@vercel
Copy link

@vercel vercel bot commented on 5c2add5 Apr 25, 2020

Choose a reason for hiding this comment

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

Please sign in to comment.