forked from newthuhole/hole_thu_frontend
feature update
- add sidebar breadcrumb - do not show dot when latest_post_id is not set
This commit is contained in:
@@ -7,7 +7,7 @@ export function Sidebar(props) {
|
||||
<div className="sidebar-shadow" onClick={props.do_close} />
|
||||
<div className="sidebar">
|
||||
<p className="sidebar-title">
|
||||
<a onClick={props.do_close}> × </a>
|
||||
<a onClick={props.do_close}> <span className="icon icon-back" /> </a>
|
||||
{props.title}
|
||||
</p>
|
||||
{props.content}
|
||||
|
||||
Reference in New Issue
Block a user