We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4df20dc commit 7ee5382Copy full SHA for 7ee5382
1 file changed
src/components/Toc.tsx
@@ -160,17 +160,6 @@ export function TableOfContents({headings}: Props) {
160
Edit this page on GitHub
161
</a>
162
</div>
163
- <div className="mt-2 flex items-center text-sm">
164
- <a
165
- href={`https://sourcegraph.com/`}
166
- target="_blank"
167
- rel="noopener noreferrer"
168
- className="flex items-center text-gray-500 hover:text-gray-700 dark:text-gray-400 dark:hover:text-gray-300"
169
- >
170
- <Globe className="mr-1 h-4 w-4" />
171
- Go to Sourcegraph.com
172
- </a>
173
- </div>
174
</>
175
)}
176
</nav>
0 commit comments