mirror of
https://github.com/formbricks/formbricks.git
synced 2025-12-30 02:10:12 -06:00
open CTA in new tab
This commit is contained in:
@@ -45,7 +45,7 @@ export default function BreakerCTA({ inverted = false, teaser, headline, subhead
|
||||
{subheadline}
|
||||
</p>
|
||||
<div className="xs:hidden mt-4">
|
||||
<Button variant="highlight" onClick={() => router.push(`${href}`)}>
|
||||
<Button variant="highlight" target="_blank" onClick={() => router.push(`${href}`)}>
|
||||
{cta}
|
||||
</Button>
|
||||
</div>
|
||||
|
||||
@@ -19,7 +19,10 @@ export default function EarlyBirdDeal() {
|
||||
</h2>
|
||||
|
||||
<div className="mt-6">
|
||||
<Button variant="secondary" onClick={() => router.push("https://app.formbricks.com/auth/signup")}>
|
||||
<Button
|
||||
variant="secondary"
|
||||
target="_blank"
|
||||
onClick={() => router.push("https://app.formbricks.com/auth/signup")}>
|
||||
Get Early Bird Deal
|
||||
</Button>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user