File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -98,24 +98,24 @@ export default function GameEmbed({ post, siteInfo }) {
98
98
< Draggable stick = 'left' >
99
99
< div
100
100
style = { { left : '0px' , top : '1rem' } }
101
- className = 'fixed xl:hidden group space-x-1 flex items-center z-20 pr-3 pl-1 bg-[#202030] rounded-r-2xl shadow-lg ' >
101
+ className = 'text-white fixed xl:hidden group space-x-1 flex items-center z-20 pr-3 pl-1 bg-[#202030] rounded-r-2xl shadow-lg ' >
102
102
< Link
103
103
href = '/'
104
104
className = 'px-1 py-3 hover:scale-125 duration-200 transition-all'
105
105
passHref >
106
- < i className = 'fas fa-arrow -left' />
106
+ < i className = 'fas fa-chevron -left' />
107
107
</ Link > { ' ' }
108
108
< span
109
- className = 'text-white font-serif'
109
+ className = 'font-serif px-1 '
110
110
onClick = { ( ) => {
111
111
document . querySelector ( '.game-info' ) . scrollIntoView ( {
112
112
behavior : 'smooth' ,
113
- block : 'end ' ,
113
+ block : 'start ' ,
114
114
inline : 'nearest'
115
115
} )
116
116
} } >
117
117
{ /* Title首字母 */ }
118
- { siteInfo ?. title ?. charAt ( 0 ) }
118
+ < i className = 'fas fa-info' />
119
119
</ span >
120
120
</ div >
121
121
</ Draggable >
You can’t perform that action at this time.
0 commit comments