Skip to content

Commit

Permalink
Merge branch 'main' into langchain-history
Browse files Browse the repository at this point in the history
  • Loading branch information
Royal-lobster authored Oct 7, 2023
2 parents 0a01afa + 03dfd90 commit 0debf72
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions manifest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ export default defineManifest(async (env) => ({
description: 'Open the sidebar',
},
},
externally_connectable: { ids: ['*'] },
manifest_version: 3,
icons: {
'16': 'images/icon-16.png',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ const CodeBlock = (props: CodeProps) => {
) : (
<code
className={`${modClass} cdx-bg-gray-200 dark:cdx-bg-gray-700 cdx-outline-gray-200 dark:cdx-outline-gray-700 cdx-rounded cdx-outline cdx-break-words`}
{...props}
>
{children}
</code>
Expand Down

0 comments on commit 0debf72

Please sign in to comment.