Skip to content

Commit

Permalink
Update email address
Browse files Browse the repository at this point in the history
  • Loading branch information
ELP ITProjects committed Oct 19, 2023
1 parent 1686155 commit 723024d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/Settings.vue
Original file line number Diff line number Diff line change
Expand Up @@ -446,7 +446,7 @@ export default {
}
},
openEmail() {
shell.openExternal('mailto:[email protected]?subject=Seatsmart')
shell.openExternal('mailto:[email protected]?subject=Seatsmart')
},
toggleTransferring() {
this.transferring = !this.transferring
Expand Down
2 changes: 1 addition & 1 deletion src/views/SessionExplorer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -504,7 +504,7 @@ export default {
return this.donutSectionColorSpectrum[index]
},
openEmail() {
shell.openExternal('mailto:[email protected]?subject=Seatsmart')
shell.openExternal('mailto:[email protected]?subject=Seatsmart')
},
startExport() {
this.exporting = true
Expand Down

0 comments on commit 723024d

Please sign in to comment.