diff --git a/src/components/SearchCommand.tsx b/src/components/SearchCommand.tsx
index c97f517..d5752a1 100644
--- a/src/components/SearchCommand.tsx
+++ b/src/components/SearchCommand.tsx
@@ -152,6 +152,22 @@ export default function SearchCommand({ src, props }: { src: Sourcegraph; props?
icon={{ source: Icon.Book }}
actions={{openSearchSyntaxAction}}
/>
+ {isSourcegraphDotCom(src.instance) && (
+
+
+
+ }
+ />
+ )}
)}