Skip to content

Commit d92707c

Browse files
Apply suggestion from @Copilot
Co-authored-by: Copilot <[email protected]>
1 parent a94457e commit d92707c

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)