From 66e59f6ee78c6f977aaddab60e5f1a7cdc54582b Mon Sep 17 00:00:00 2001 From: Jay <159848059+jayacryl@users.noreply.github.com> Date: Fri, 25 Apr 2025 11:11:57 -0400 Subject: [PATCH] feat(web) Update OSS demo button to link to new site (#13324) --- .../src/app/entity/shared/components/styled/DemoButton.tsx | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/datahub-web-react/src/app/entity/shared/components/styled/DemoButton.tsx b/datahub-web-react/src/app/entity/shared/components/styled/DemoButton.tsx index b7b974ef6e..8b0494d465 100644 --- a/datahub-web-react/src/app/entity/shared/components/styled/DemoButton.tsx +++ b/datahub-web-react/src/app/entity/shared/components/styled/DemoButton.tsx @@ -10,12 +10,7 @@ const StyledButton = styled(Button)` export default function DemoButton() { return ( - + Schedule a Demo );