Skip to content

Commit a407cd5

Browse files
committed
format 代码
1 parent c0acdbf commit a407cd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/AlgoliaSearchModal.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ export default function AlgoliaSearchModal({ cRef }) {
253253
{totalHit === 0 && (<div className='flex items-center'>
254254
{
255255
ShortCutActions.map((action, index) => {
256-
return <Fragment key={index}><div className={`border-gray-300 dark:text-gray-300 text-gray-600 px-2 rounded border inline-block `}>{action.key}</div>
256+
return <Fragment key={index}><div className='border-gray-300 dark:text-gray-300 text-gray-600 px-2 rounded border inline-block'>{action.key}</div>
257257
<span className='ml-2 mr-4 text-gray-600 dark:text-gray-300'>{action.action}</span></Fragment>
258258
})
259259
}

0 commit comments

Comments
 (0)