Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(web): Email add-logo to brand page redirect #5610

Merged
merged 1 commit into from
May 21, 2024

Conversation

ChmaraX
Copy link
Contributor

@ChmaraX ChmaraX commented May 20, 2024

What changed? Why was the change needed?

Going to Workflow -> Add Email channel -> Add logo would redirect to /brand path, which doesn't exist when information architecture is enabled and as a result would default /workflows.

@ChmaraX ChmaraX requested a review from a team as a code owner May 20, 2024 14:33
@@ -83,7 +87,7 @@ export function EmailMessageEditor({
}

function getBrandSettingsUrl(): string {
return '/brand';
return isInformationArchitectureEnabled ? ROUTES.BRAND_SETTINGS : ROUTES.BRAND;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link

netlify bot commented May 20, 2024

Deploy Preview for dev-web-novu ready!

Name Link
🔨 Latest commit a92b8cd
🔍 Latest deploy log https://app.netlify.com/sites/dev-web-novu/deploys/664b5f389b39f900082d985e
😎 Deploy Preview https://deploy-preview-5610--dev-web-novu.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Copy link

netlify bot commented May 20, 2024

Deploy Preview for novu-design ready!

Name Link
🔨 Latest commit a92b8cd
🔍 Latest deploy log https://app.netlify.com/sites/novu-design/deploys/664b5f383a0a7f00080a84f1
😎 Deploy Preview https://deploy-preview-5610--novu-design.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@ChmaraX ChmaraX merged commit a8aa789 into next May 21, 2024
27 checks passed
@ChmaraX ChmaraX deleted the fix/email-add-logo-to-brand-redirect branch May 21, 2024 15:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants