Skip to content

Commit 380d1f3

Browse files
committed
Remove to go sg.com link
this doesn't need to be in the ToC of every page.
1 parent ae87488 commit 380d1f3

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

src/components/Toc.tsx

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -160,17 +160,6 @@ export function TableOfContents({headings}: Props) {
160160
Edit this page on GitHub
161161
</a>
162162
</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>
174163
</>
175164
)}
176165
</nav>

0 commit comments

Comments
 (0)