File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
src/app/_components/static Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 1+ import { SERVICE_HEADING , VACCINATIONS_HUB_PAGE_ROUTE } from "@src/app/constants" ;
12import React from "react" ;
23
34export function StaticHeader ( ) {
45 return (
56 < header className = "nhsuk-header nhsuk-header__transactional" role = "banner" >
67 < div className = "nhsuk-width-container nhsuk-header__container" >
78 < div className = "nhsuk-header__logo nhsuk-header__transactional--logo" >
8- < a className = "nhsuk-header__link" aria-label = "NHS homepage" href = "/check-and-book-rsv" >
9+ < a className = "nhsuk-header__link" aria-label = "NHS homepage" href = { ` ${ VACCINATIONS_HUB_PAGE_ROUTE } ` } >
910 < svg
1011 className = "nhsuk-logo"
1112 xmlns = "http://www.w3.org/2000/svg"
@@ -25,8 +26,8 @@ export function StaticHeader() {
2526 </ a >
2627 </ div >
2728 < div className = "nhsuk-header__transactional-service-name" >
28- < a className = "nhsuk-header__transactional-service-name--link" href = "/check-and-book-rsv" >
29- Check and book an RSV vaccination
29+ < a className = "nhsuk-header__transactional-service-name--link" href = { ` ${ VACCINATIONS_HUB_PAGE_ROUTE } ` } >
30+ { SERVICE_HEADING }
3031 </ a >
3132 </ div >
3233 </ div >
You can’t perform that action at this time.
0 commit comments