mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-05-22 07:26:48 +00:00
landing build
This commit is contained in:
@@ -129,7 +129,7 @@ const LayoutPostList = props => {
|
||||
slotTop = <div className='pb-12'><i className="mr-1 fas fa-folder-open" />{category}</div>
|
||||
} else if (tag) {
|
||||
slotTop = <div className='pb-12'>#{tag}</div>
|
||||
}else if(props.slotTop){
|
||||
} else if (props.slotTop) {
|
||||
slotTop = props.slotTop
|
||||
}
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user