Skip to content

Commit aacc817

Browse files
authored
Merge pull request #110 from back4app/remove_sidebar_footer
fix: Remove sidebar footer
2 parents 6e6149d + 0f4ab66 commit aacc817

File tree

3 files changed

+2
-8
lines changed

3 files changed

+2
-8
lines changed

src/components/Sidebar/Sidebar.react.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -89,11 +89,6 @@ const Sidebar = ({
8989
<div className={styles.help}>
9090
{/* div to add the zendesk help widget*/}
9191
</div>
92-
<div className={styles.footer}>
93-
<a target='_blank' href='http://parseplatform.org/'>Open Source Hub</a>
94-
<a target='_blank' href='https://github.com/parse-community'>GitHub</a>
95-
<a target='_blank' href='http://docs.parseplatform.org/'>Docs</a>
96-
</div>
9792
</div>
9893
}
9994

src/components/Sidebar/Sidebar.scss

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
overflow-y: auto;
5858
top: 48px;
5959
right: 0;
60-
bottom: 96px;
60+
bottom: 61px;
6161
left: 0;
6262
}
6363

@@ -103,7 +103,6 @@
103103

104104
.help {
105105
@extend .footer;
106-
bottom: 36px;
107106
height: 61px;
108107
}
109108

src/components/Sidebar/zendeskSettings.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ const zendeskSettings = () => {
44
position: {
55
horizontal: 'left',
66
},
7-
offset: { vertical: '25px', horizontal: '69.5px' }
7+
offset: { vertical: '-6px', horizontal: '69.5px' }
88
}
99
};
1010
}

0 commit comments

Comments
 (0)