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) => {
137137 >
138138 < header class = "xs:gap-8 flex w-full max-w-screen-2xl items-center gap-6" >
139139 < 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" >
141141 < LogoWithBorders />
142142 </ a >
143143 { showVersion && (
Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ import { cn } from '@qwik-ui/utils';
33import { useTheme } from 'qwik-themes' ;
44
55export const Logo = component$ < PropsOf < 'svg' > > ( ( { ...props } ) => {
6- const { theme } = useTheme ( ) ;
76 return (
87 < svg
98 { ...props }
You can’t perform that action at this time.
0 commit comments