publish: remove 'join notebook' link

This commit is contained in:
Matilde Park 2020-07-15 15:48:50 -04:00
parent d36de14088
commit 4394657e32

View File

@ -123,9 +123,6 @@ export class Sidebar extends Component {
<Link to="/~publish/new" className="green2 pa4 f9 dib">
New Notebook
</Link>
<Link to="/~publish/join" className="f9 gray2">
Join Notebook
</Link>
</div>
<div className="overflow-y-auto pb1"
style={{ height: 'calc(100% - 82px)' }}