added back missing files
This commit is contained in:
+10
-10
@@ -61,16 +61,16 @@ export default function Header({ courseName }) {
|
||||
</div>
|
||||
|
||||
<div className="govuk-header__content govuk-!-width-two-thirds govuk-!-margin-top-3">
|
||||
<Link href="/">
|
||||
<a
|
||||
onClick={() => {
|
||||
window.localStorage.clear();
|
||||
}}
|
||||
className="govuk-header__link govuk-header__link--service-name"
|
||||
>
|
||||
{t("common:service-name")}
|
||||
</a>
|
||||
</Link>
|
||||
<a
|
||||
href="/"
|
||||
onClick={() => {
|
||||
window.localStorage.clear();
|
||||
}}
|
||||
className="govuk-header__link
|
||||
govuk-header__link--service-name"
|
||||
>
|
||||
{t("common:service-name")}
|
||||
</a>
|
||||
</div>
|
||||
<div className="languageSwitch">
|
||||
{router.path}
|
||||
|
||||
Reference in New Issue
Block a user