We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5a3719 commit ed95d1dCopy full SHA for ed95d1d
src/search/components/input/SearchOverlay.tsx
@@ -745,10 +745,7 @@ export function SearchOverlay({
745
onClick={async () => {
746
if (await getIsStaff()) {
747
// Hubbers users use an internal discussion for feedback
748
- window.open(
749
- 'https://github.com/github/docs-engineering/discussions/5295',
750
- '_blank',
751
- )
+ window.open('https://github.com/github/docs-team/discussions/5172', '_blank')
752
} else {
753
// TODO: On ship date set this value
754
// window.open('TODO', '_blank')
0 commit comments