Use probo.com for bare and marketing domain references
Replace the bare `getprobo.com` domain and the `www.getprobo.com` marketing host with `probo.com` / `www.probo.com` across the codebase. Functional subdomains (app, console, notification, custom, test, cookie-banner, compliance) keep their existing `getprobo.com` hosts, and changelog entries are left untouched. Signed-off-by: Sacha Al Himdani <sacha@getprobo.com>
This commit is contained in:
@@ -68,7 +68,7 @@ func DefaultPresenterConfig(baseURL string) PresenterConfig {
|
||||
BaseURL: baseURL, // can change to custom domain when needed
|
||||
PoweredByLogoPath: brand.DefaultPoweredByLogoPath,
|
||||
SenderCompanyName: "Probo",
|
||||
SenderCompanyWebsiteURL: "https://www.getprobo.com",
|
||||
SenderCompanyWebsiteURL: "https://www.probo.com",
|
||||
SenderCompanyLogoPath: brand.DefaultSenderCompanyLogoPath,
|
||||
SenderCompanyHeadquarterAddress: "Probo Inc, 490 Post St, STE 640, San Francisco, CA, 94102, US",
|
||||
}
|
||||
|
||||
@@ -61,7 +61,7 @@ export const EmailLayout = ({
|
||||
</Text>
|
||||
<Text style={footerAddress}>
|
||||
<span style={{verticalAlign: "middle"}}>Powered By </span>
|
||||
<Link style={{display: "inline-block", height: "16px", verticalAlign: "middle"}} href="https://www.getprobo.com">
|
||||
<Link style={{display: "inline-block", height: "16px", verticalAlign: "middle"}} href="https://www.probo.com">
|
||||
<ProboLogo />
|
||||
</Link>
|
||||
</Text>
|
||||
|
||||
Reference in New Issue
Block a user