File tree Expand file tree Collapse file tree 3 files changed +9
-7
lines changed Expand file tree Collapse file tree 3 files changed +9
-7
lines changed Original file line number Diff line number Diff line change @@ -43,8 +43,10 @@ export default class FooterMenu extends React.Component {
43
43
onExternalClick = { ( ) => this . setState ( { show : false } ) } >
44
44
< div className = { styles . popup } >
45
45
< a href = { `${ mountPath } logout` } > Log Out < span className = { styles . emoji } > 👋</ span > </ a >
46
- < a target = '_blank' href = 'https://www.parse.com/docs/server/guide' > Server Guide < span className = { styles . emoji } > 📚</ span > </ a >
47
- < a target = '_blank' href = 'https://www.parse.com/help' > Help < span className = { styles . emoji } > 💊</ span > </ a >
46
+ < a target = '_blank' href = 'https://parseplatform.github.io/docs/parse-server/guide' > Server Guide < span className = { styles . emoji } > 📚</ span > </ a >
47
+ < a target = '_blank' href = 'http://stackoverflow.com/questions/tagged/parse.com' > Code-level Questions < span className = { styles . emoji } > ❓</ span > </ a >
48
+ < a target = '_blank' href = 'http://stackoverflow.com/questions/tagged/parse-server' > Server Questions < span className = { styles . emoji } > ❓</ span > </ a >
49
+ < a target = '_blank' href = 'http://serverfault.com/tags/parse' > Deployment/Maintenance < span className = { styles . emoji } > ⚡️</ span > </ a >
48
50
</ div >
49
51
</ Popover >
50
52
) ;
Original file line number Diff line number Diff line change @@ -77,9 +77,9 @@ const Sidebar = ({
77
77
} ) }
78
78
</ div >
79
79
< div className = { styles . footer } >
80
- < a target = '_blank' href = 'https://parseplatform.github.io' > Open Source</ a >
81
- < a target = '_blank' href = 'https://www.parse .com/docs' > Docs </ a >
82
- < a target = '_blank' href = 'https://parseplatform.github.io' > Downloads </ a >
80
+ < a target = '_blank' href = 'https://parseplatform.github.io' > Open Source Hub </ a >
81
+ < a target = '_blank' href = 'https://www.github .com/parseplatform' > GitHub </ a >
82
+ < a target = '_blank' href = 'https://parseplatform.github.io/docs' > Docs </ a >
83
83
< FooterMenu />
84
84
</ div >
85
85
</ div >
Original file line number Diff line number Diff line change @@ -339,9 +339,9 @@ a.subitem {
339
339
.popup {
340
340
position : absolute ;
341
341
bottom : 4px ;
342
- left : -113 px ;
342
+ left : -183 px ;
343
343
background : white ;
344
- width : 130 px ;
344
+ width : 200 px ;
345
345
border-radius : 5px ;
346
346
347
347
& :after {
You can’t perform that action at this time.
0 commit comments