We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a94457e commit d92707cCopy full SHA for d92707c
website/src/components/ui/common/SiteTitle.tsx
@@ -2,7 +2,7 @@ import { menuTranslations } from "../../../translations";
2
3
export const SiteTitle = () => {
4
return (
5
- <a href="/" class="logo-box hover:opacity-80 transition-opacity">
+ <a href="/docs" class="logo-box hover:opacity-80 transition-opacity">
6
<div class="flex items-baseline">
7
<span class="text-base font-bold text-teal-600">Typst</span>
8
<span class="text-base font-medium text-gray-600 ml-1">
0 commit comments