refactor: replace mailerlite popup with direct mailto link for waitlist signup
This commit is contained in:
@@ -113,11 +113,7 @@ export function Header() {
|
||||
<Button
|
||||
variant="outline"
|
||||
color="white"
|
||||
onClick={() => {
|
||||
if (typeof window !== 'undefined' && (window as any).ml_account) {
|
||||
(window as any).ml_account('webforms', '6108375', 'l9m8g1', 'show')
|
||||
}
|
||||
}}
|
||||
href="mailto:info@ourworld.tf"
|
||||
>
|
||||
Join the Waitlist
|
||||
</Button>
|
||||
@@ -134,11 +130,7 @@ export function Header() {
|
||||
<Button
|
||||
variant="outline"
|
||||
color="white"
|
||||
onClick={() => {
|
||||
if (typeof window !== 'undefined' && (window as any).ml_account) {
|
||||
(window as any).ml_account('webforms', '6108375', 'l9m8g1', 'show')
|
||||
}
|
||||
}}
|
||||
href="mailto:info@ourworld.tf"
|
||||
>
|
||||
Join the Waitlist
|
||||
</Button>
|
||||
|
||||
Reference in New Issue
Block a user