File tree 2 files changed +1
-2
lines changed
2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,6 @@ import CONFIG_SIMPLE from '../config_simple'
4
4
5
5
export const BlogItem = props => {
6
6
const { post } = props
7
- console . log ( post )
8
7
9
8
return < div key = { post . id } className = "mb-10 pb-12 border-b dark:border-gray-800" >
10
9
< h2 className = "mb-5 " >
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ import CONFIG_SIMPLE from '../config_simple'
7
7
export const TopBar = ( props ) => {
8
8
if ( CONFIG_SIMPLE . TOP_BAR_CONTENT ) {
9
9
return < header className = "w-full flex justify-between items-center px-20 h-10 bg-black dark:bg-hexo-black-gray z-10" >
10
- < div className = 'text-xs text-white' dangerouslySetInnerHTML = { { __html : CONFIG_SIMPLE . TOP_BAR_CONTENT } } />
10
+ < div className = 'text-xs text-white z-50 ' dangerouslySetInnerHTML = { { __html : CONFIG_SIMPLE . TOP_BAR_CONTENT } } />
11
11
</ header >
12
12
}
13
13
return < > </ >
You can’t perform that action at this time.
0 commit comments