feat(web) Update OSS demo button to link to new site (#13324)

This commit is contained in:
Jay 2025-04-25 11:11:57 -04:00 committed by GitHub
parent 49ee849382
commit 66e59f6ee7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -10,12 +10,7 @@ const StyledButton = styled(Button)`
export default function DemoButton() {
return (
<StyledButton
type="primary"
href="https://www.acryldata.io/datahub-sign-up?utm_source=datahub&utm_medium=referral&utm_campaign=acryl_signup"
target="_blank"
rel="noopener noreferrer"
>
<StyledButton type="primary" href="https://datahub.com/demo/" target="_blank" rel="noopener noreferrer">
Schedule a Demo
</StyledButton>
);