Skip to content
This repository has been archived by the owner on Jun 13, 2024. It is now read-only.

Commit

Permalink
Don't link to StackOverflow (#211)
Browse files Browse the repository at this point in the history
* Don't link to StackOverflow

* Add changeset

* Remove Slack from the top menu too

* Remove Slack from the top menu too
  • Loading branch information
Eric-Arellano authored Mar 27, 2023
1 parent 512a81f commit a5c1825
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 8 deletions.
6 changes: 6 additions & 0 deletions .changeset/remove-stack-overflow.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
'@qiskit/web-components': patch
---

Remove StackOverflow link from footer and ui-shell Documentation dropdown menu.
Also remove Slack from the ui-shell dropdown menu.
4 changes: 2 additions & 2 deletions components/footer/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@ export class QiskitFooter extends LitElement {
url: 'https://github.com/Qiskit',
},
{
label: 'Stack Exchange',
url: 'https://quantumcomputing.stackexchange.com/questions/tagged/qiskit',
label: 'Support Channels',
url: 'https://qisk.it/support',
},
{
label: 'Documentation',
Expand Down
8 changes: 2 additions & 6 deletions components/ui-shell/settings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -186,17 +186,13 @@ export const NAV_ITEMS: TopLevelNavItem[] = [
label: 'Help and Learning',
children: [
{
label: 'Stack Exchange',
url: 'https://quantumcomputing.stackexchange.com/questions/tagged/qiskit',
label: 'Support Channels',
url: 'https://qisk.it/support',
},
{
label: 'Qiskit Feedback',
url: 'https://github.com/Qiskit/feedback',
},
{
label: 'Slack',
url: 'https://qisk.it/join-slack',
},
{
label: 'Qiskit Textbook',
url: 'https://qiskit.org/learn/',
Expand Down

0 comments on commit a5c1825

Please sign in to comment.