We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0acdbf commit a407cd5Copy full SHA for a407cd5
components/AlgoliaSearchModal.js
@@ -253,7 +253,7 @@ export default function AlgoliaSearchModal({ cRef }) {
253
{totalHit === 0 && (<div className='flex items-center'>
254
{
255
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>
+ 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>
257
<span className='ml-2 mr-4 text-gray-600 dark:text-gray-300'>{action.action}</span></Fragment>
258
})
259
}
0 commit comments