mirror of
https://github.com/datahub-project/datahub.git
synced 2025-12-04 06:33:05 +00:00
feat(web) Update OSS demo button to link to new site (#13324)
This commit is contained in:
parent
49ee849382
commit
66e59f6ee7
@ -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>
|
||||
);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user