feat: make logo clickable to navigate to welcome page

This commit is contained in:
2025-12-31 00:30:34 +01:00
parent bb936844d8
commit eaf2d0c7f3
3 changed files with 12 additions and 2 deletions

View File

@@ -170,6 +170,8 @@ code, kbd {
display: flex;
align-items: center;
gap: 0.5rem;
text-decoration: none;
cursor: pointer;
}
.logo h1 {