We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1bc5b60 commit 644f510Copy full SHA for 644f510
template/layouts/default/shell/control-panel/primary-actions.tsx
@@ -8,10 +8,10 @@ const PrimaryActions = () => (
8
{/* <Search /> */}
9
<a
10
className="db-button"
11
- href={`${appConfig.basePath}resources/documentation/getting-started`}
+ href={`mailto:db-ux-designsystem@deutschebahn.com`}
12
data-variant="brand"
13
>
14
- Start now
+ Contact Us
15
</a>
16
</DBControlPanelPrimaryActions>
17
);
0 commit comments