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 0db221f commit dce0e34Copy full SHA for dce0e34
web-next/src/routes/sign.tsx
@@ -9,19 +9,13 @@ export default function SignLayout(props: RouteSectionProps) {
9
<aside class="grow h-full p-4 bg-zinc-900">
10
<h1>
11
<a href="/">
12
- <picture>
13
- <source
14
- srcset="/logo-dark.svg"
15
- media="(prefers-color-scheme: dark)"
16
- />
17
- <img
18
- src="/logo-light.svg"
19
- alt={t`Hackers' Pub`}
20
- width={198}
21
- height={50}
22
- class="w-[198px] h-[50px]"
23
24
- </picture>
+ <img
+ src="/logo-dark.svg"
+ alt={t`Hackers' Pub`}
+ width={198}
+ height={50}
+ class="w-[198px] h-[50px]"
+ />
25
</a>
26
</h1>
27
</aside>
0 commit comments