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

Commit

Permalink
fix(footer): update email address (#226)
Browse files Browse the repository at this point in the history
* Update index.ts

* Create five-tomatoes-care.md
  • Loading branch information
1ucian0 authored Apr 19, 2023
1 parent 999e196 commit 617cd6d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/five-tomatoes-care.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@qiskit/web-components": patch
---

Change contact email temporarly
2 changes: 1 addition & 1 deletion components/footer/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ export class QiskitFooter extends LitElement {
>
Accessibility
</a>
<a href="mailto:hello@qiskit.org" class="caption">Contact</a>
<a href="mailto:qiskit@us.ibm.com" class="caption">Contact</a>
<a
href="https://quantum-computing.ibm.com/terms/privacy"
target="_blank"
Expand Down

0 comments on commit 617cd6d

Please sign in to comment.