Skip to content
This repository was archived by the owner on Feb 5, 2022. It is now read-only.

Commit f031e33

Browse files
committed
fix(services): 'Join our mailing list' button hooked up
Button opens a new tab where user can sign up for the mailing list.
1 parent a02bce5 commit f031e33

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

src/pages/app-detailed-service/app-detailed-service.tsx

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -153,10 +153,6 @@ export class AppDetailedService {
153153
}
154154
}
155155

156-
joinMailList() {
157-
console.log('TODO:: Join Mail List');
158-
}
159-
160156
render() {
161157
return (
162158
<div class="services">
@@ -371,7 +367,7 @@ export class AppDetailedService {
371367
<p>
372368
<app-translate key={`services.${this.match.params.service}.seminars`} />
373369
</p>
374-
<button onClick={() => this.joinMailList()}>Join Our Mailing List</button>
370+
<button onClick={() => window.open('https://openforge.us8.list-manage.com/subscribe/post?u=7e95d70b390d0adf7aaa31ad6&amp;id=78738bfcb4', '_blank')}>Join Our Mailing List</button>
375371
</div>
376372
<div class="col-md-6 col-sm-12 d-flex align-self-center">
377373
<img src="/assets/services/training/work-photo.png" alt="Group Training Workshop Photo" />

0 commit comments

Comments
 (0)