Skip to content

Commit e354e27

Browse files
committed
Merge branch 'translation-in-single-file' of github.com:Its-Just-Nans/typst-jp.github.io into translation-in-single-file
2 parents e94acc7 + d92707c commit e354e27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/src/components/ui/common/SiteTitle.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { menuTranslations } from "../../../translations";
22

33
export const SiteTitle = () => {
44
return (
5-
<a href="/" class="logo-box hover:opacity-80 transition-opacity">
5+
<a href="/docs" class="logo-box hover:opacity-80 transition-opacity">
66
<div class="flex items-baseline">
77
<span class="text-base font-bold text-teal-600">Typst</span>
88
<span class="text-base font-medium text-gray-600 ml-1">

0 commit comments

Comments
 (0)