Skip to content

Commit

Permalink
feat: add Matomo campaign to CTA
Browse files Browse the repository at this point in the history
  • Loading branch information
LBBO committed Aug 10, 2023
1 parent b8a7cab commit d65d5eb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/components/OryNetworkCta/ory-network-cta.css
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@

@container ory-network-cta (width > 255px) {
.ory-network-cta__content {
gap: 64px;
gap: 32px;
}

.ory-network-cta__title {
Expand Down
4 changes: 2 additions & 2 deletions src/components/OryNetworkCta/ory-network-cta.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ const ctaVariants = [
authen­tication, autho­rization and access control.
</>
),
cta: "Get started for free",
href: "https://console.ory.sh/",
cta: "Explore Ory Network",
href: "https://www.ory.sh/network/?mtm_campaign=Docs-SideCta&mtm_kwd=variant-0",
},
]

Expand Down

0 comments on commit d65d5eb

Please sign in to comment.