Skip to content

Commit c09cbeb

Browse files
authored
fix(layout/header): fix home link for mobile (#531)
1 parent 50e0b81 commit c09cbeb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/Layout/HeaderNav.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ export function HeaderNavStackMobile(props: { buildType?: BuildType }) {
214214
>
215215
<LinkComponent
216216
isI18n
217-
to={generateDocsHomeUrl(language)}
217+
to="/"
218218
style={{ width: "100%" }}
219219
onClick={() =>
220220
gtmTrack(GTMEvent.ClickHeadNav, {

0 commit comments

Comments
 (0)