Skip to content

Commit 644f510

Browse files
committed
feat: changed primary action
1 parent 1bc5b60 commit 644f510

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

template/layouts/default/shell/control-panel/primary-actions.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ const PrimaryActions = () => (
88
{/* <Search /> */}
99
<a
1010
className="db-button"
11-
href={`${appConfig.basePath}resources/documentation/getting-started`}
11+
href={`mailto:db-ux-designsystem@deutschebahn.com`}
1212
data-variant="brand"
1313
>
14-
Start now
14+
Contact Us
1515
</a>
1616
</DBControlPanelPrimaryActions>
1717
);

0 commit comments

Comments
 (0)