Skip to content

Commit

Permalink
💄Dashboard
Browse files Browse the repository at this point in the history
  • Loading branch information
noeypatt committed Apr 26, 2020
1 parent 3ca054d commit abc95f6
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 23 deletions.
1 change: 0 additions & 1 deletion components/layout/dashboard.js
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,6 @@ const Dashboard = props => {
:
null
}

<Layout className="site-layout">
{
isTablet ?
Expand Down
1 change: 0 additions & 1 deletion pages/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ const MainPage = () => {
typeof document === 'undefined' ?
null :
<Dashboard>

</Dashboard>
}
</React.Fragment>
Expand Down
22 changes: 1 addition & 21 deletions styles/empty.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,27 +8,7 @@ $border-bg-color: 1px solid #83d2ae;
flex-direction: column;
align-items: center;
justify-content: center;
nav {
width: 100%;
margin-bottom: 4rem;
ul {
margin-left: 0;
display: flex;
justify-content: space-between;

li {
h2 {
cursor: pointer;
}
}
}
}

.collapsible-menu {
width: 100%;
margin-bottom: 4rem;
}


.content-empty {
img {
object-fit: cover;
Expand Down

1 comment on commit abc95f6

@vercel
Copy link

@vercel vercel bot commented on abc95f6 Apr 26, 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.