Skip to content

Commit e3860bc

Browse files
fix: fix code font
1 parent b027f37 commit e3860bc

File tree

1 file changed

+3
-2
lines changed
  • src/webview/SearchSidebar/SearchProviderMessage

1 file changed

+3
-2
lines changed

src/webview/SearchSidebar/SearchProviderMessage/index.tsx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,14 @@ function EmptyYaml({ id }: { id: string | undefined }) {
3333
<VSCodeLink href="https://ast-grep.github.io/advanced/faq.html#why-is-rule-matching-order-sensitive">
3434
Rule order
3535
</VSCodeLink>{' '}
36-
can be important. Try using <code>all</code>.
36+
can be important. Try using <code style={codeStyle}>all</code>.
3737
</li>
3838
<li>
3939
<VSCodeLink href="https://ast-grep.github.io/guide/rule-config/relational-rule.html#stopby">
4040
Relational rules
4141
</VSCodeLink>{' '}
42-
like <code>has</code>/<code>inside</code>) needs <code>stopBy: end</code>.
42+
like <code style={codeStyle}>has</code>/<code style={codeStyle}>inside</code>) needs{' '}
43+
<code style={codeStyle}>stopBy: end</code>.
4344
</li>
4445
<li>
4546
Adjust your gitignore files.{' '}

0 commit comments

Comments
 (0)