Skip to content

Commit 9cc474e

Browse files
committed
CCM-7565: fix link
1 parent 5a07d4c commit 9cc474e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

frontend/src/__tests__/components/molecules/__snapshots__/TemplateSubmitted.test.tsx.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ exports[`TemplateSubmitted component should render 1`] = `
7171
/>
7272
<p>
7373
<a
74-
href="/templates/manage-templates"
74+
href="/manage-templates"
7575
id="go-back-link"
7676
>
7777
Back to all templates

frontend/src/components/molecules/TemplateSubmitted/TemplateSubmitted.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ export const TemplateSubmitted = ({
6161
</p>
6262
<hr className='nhsuk-section-break--visible' />
6363
<p>
64-
<Link id='go-back-link' href={`${getBasePath()}/manage-templates`}>
64+
<Link id='go-back-link' href='/manage-templates'>
6565
{templateSubmittedPageContent.backLinkText}
6666
</Link>
6767
</p>

0 commit comments

Comments
 (0)