Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
update mailto
  • Loading branch information
TheJuanAndOnly99 authored Aug 24, 2023
1 parent 3f07eca commit ac70c4c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ function Home() {
'button button--outline button--secondary button--lg',
styles.getStarted
)}
to={'mailto:devops-automation+subscribe@lists.finos.org?subject=Subscribe'}>
to={'mailto:devops-automation+subscribe@finos.org?subject=Subscribe'}>
SUBSCRIBE
</Link>
</div>
Expand Down Expand Up @@ -69,4 +69,4 @@ function Home() {
);
}

export default Home;
export default Home;

0 comments on commit ac70c4c

Please sign in to comment.