Fix email url paths

Signed-off-by: Émile Ré <emile@getprobo.com>
This commit is contained in:
Émile Ré
2026-02-02 11:56:30 +04:00
parent 37a35b3eda
commit 926d008c60
5 changed files with 39 additions and 9 deletions

View File

@@ -19,7 +19,7 @@ export const TrustCenterAccess = () => {
</Text>
<Section style={buttonContainer}>
<Button style={button} href={"{{.AccessUrl}}"}>
<Button style={button} href={"{{.BaseURL}}"}>
Access Compliance Page
</Button>
</Section>