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.
2 parents e94acc7 + d92707c commit e354e27Copy full SHA for e354e27
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