Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 0 additions & 11 deletions src/components/Toc.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -160,17 +160,6 @@ export function TableOfContents({headings}: Props) {
Edit this page on GitHub
</a>
</div>
<div className="mt-2 flex items-center text-sm">
<a
href={`https://sourcegraph.com/`}
target="_blank"
rel="noopener noreferrer"
className="flex items-center text-gray-500 hover:text-gray-700 dark:text-gray-400 dark:hover:text-gray-300"
>
<Globe className="mr-1 h-4 w-4" />
Go to Sourcegraph.com
</a>
</div>
</>
)}
</nav>
Expand Down