Skip to content

Commit

Permalink
upd
Browse files Browse the repository at this point in the history
  • Loading branch information
dimaMachina committed Dec 23, 2024
1 parent 88fb909 commit 0631463
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
6 changes: 5 additions & 1 deletion packages/esbuild-react-compiler-plugin/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,11 @@ const DEFAULT_REACT_COMPILER_CONFIG = {
) {
const relativeFilePath = path.relative(process.cwd(), filename)
if (result.kind === 'CompileSuccess') {
console.info('🚀 File', relativeFilePath, 'was optimized with react-compiler')
console.info(
'🚀 File',
relativeFilePath,
'was optimized with react-compiler'
)
return
}
console.error(
Expand Down
1 change: 1 addition & 0 deletions packages/nextra/src/client/components/search.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,7 @@ export const Search: FC<SearchProps> = ({
<Combobox onChange={handleSelect}>
<div
className={cn(
'nextra-search',
'x:relative x:flex x:items-center',
'x:text-gray-900 x:dark:text-gray-300',
'x:contrast-more:text-gray-800 x:contrast-more:dark:text-gray-300',
Expand Down

0 comments on commit 0631463

Please sign in to comment.