File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -46,13 +46,13 @@ export const MenuItemDrop = ({ link }) => {
46
46
return (
47
47
< li
48
48
key = { index }
49
- className = "cursor-pointer dark:bg-hexo-black-gray dark:hover:bg-gray-300 hover:bg-gray-300 hover:text-black tracking-widest transition-all duration-200 dark:border-gray-800 py-1 pr-6 pl-3"
49
+ className = "cursor-pointer text-start dark:bg-hexo-black-gray dark:hover:bg-gray-300 hover:bg-gray-300 hover:text-black tracking-widest transition-all duration-200 dark:border-gray-800 py-1 pr-6 pl-3"
50
50
>
51
51
< Link
52
52
href = { sLink . to }
53
53
target = { link ?. to ?. indexOf ( 'http' ) === 0 ? '_blank' : '_self' }
54
54
>
55
- < span className = "text-sm text-nowrap " >
55
+ < span className = "text-sm" >
56
56
{ link ?. icon && < i className = { sLink ?. icon } > </ i > }
57
57
{ sLink . title }
58
58
</ span >
You can’t perform that action at this time.
0 commit comments