Skip to content
Snippets Groups Projects
Unverified Commit 3fd6e91a authored by github-automation-metabase's avatar github-automation-metabase Committed by GitHub
Browse files

Fix label and link on authentication upsell card (#49707) (#49731)

parent 701e9948
No related branches found
No related tags found
No related merge requests found
......@@ -23,8 +23,8 @@ export const UpsellSSO = ({ source }: { source: string }) => {
<UpsellCard
title={t`Tired of manually managing people and groups?`}
campaign="sso"
buttonText={t`Learn more`}
buttonLink="https://www.metabase.com/cloud"
buttonText={t`Try Metabase Pro`}
buttonLink="https://www.metabase.com/upgrade"
source={source}
style={{ maxWidth: 242 }}
>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment