Skip to content

Commit 6ae833a

Browse files
committed
chore: modify website title
1 parent 0fa8c5c commit 6ae833a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apps/website/src/routes/docs/layout.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,10 @@ export const head: DocumentHead = ({ url }) => {
3737
const ComponentTheme =
3838
UrlPathList[1].charAt(0).toUpperCase() + UrlPathList[1].slice(1);
3939
return {
40-
title: `${Component} | ${ComponentTheme} | QwikUI`,
40+
title: `QwikUI | ${ComponentTheme} | ${Component}`,
4141
};
4242
}
4343
return {
44-
title: `Docs | QwikUI`,
44+
title: `QwikUI | Docs`,
4545
};
4646
};

0 commit comments

Comments
 (0)