Skip to content

Commit

Permalink
fix: PR feedback / clean-up
Browse files Browse the repository at this point in the history
  • Loading branch information
Joel Anton committed Feb 14, 2024
1 parent 655148b commit 4ff6df0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export const DelayUseCaseConst: OnboardingUseCase = {
<StepText>
Novu has set up trial email and SMS providers for you. To expand your options, add more providers in the
</StepText>
<Link children={' Integration store'} href={'https://mantine.dev/core/timeline/'} />
<Link href={ROUTES.INTEGRATIONS}> Integration store</Link>
<StepText>.</StepText>
</StepDescription>
);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export const InAppUseCaseConst: OnboardingUseCase = {
const getInAppIntegrationUrl = () => {
const inAppIntegration = integrations?.[0];
if (!inAppIntegration) {
return ROUTES.INTEGRATIONS;
return `${ROUTES.INTEGRATIONS_CREATE}?scrollTo=${ChannelTypeEnum.IN_APP}`;
}

return `${ROUTES.INTEGRATIONS}/${inAppIntegration._id}`;
Expand Down

0 comments on commit 4ff6df0

Please sign in to comment.