File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
apps/website/src/components Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -137,7 +137,7 @@ export default component$(({ showVersion = false }: HeaderProps) => {
137
137
>
138
138
< header class = "xs:gap-8 flex w-full max-w-screen-2xl items-center gap-6" >
139
139
< section class = "mr-auto flex flex-col gap-1 md:flex-row md:gap-8" >
140
- < a href = "/" aria-label = "Qwik UI Logo" class = "text-outlined lg:ml-8" >
140
+ < a href = "/" aria-label = "Qwik UI Logo" class = "lg:ml-8" >
141
141
< LogoWithBorders />
142
142
</ a >
143
143
{ showVersion && (
Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ import { cn } from '@qwik-ui/utils';
3
3
import { useTheme } from 'qwik-themes' ;
4
4
5
5
export const Logo = component$ < PropsOf < 'svg' > > ( ( { ...props } ) => {
6
- const { theme } = useTheme ( ) ;
7
6
return (
8
7
< svg
9
8
{ ...props }
You can’t perform that action at this time.
0 commit comments