File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
src/Exceptionless.Web/ClientApp
src/lib/features/shared/components Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 78
78
"unplugin-icons" : " ^0.20.2"
79
79
},
80
80
"type" : " module"
81
- }
81
+ }
Original file line number Diff line number Diff line change 8
8
let { class : className, ... props }: HTMLAttributes <HTMLImageElement > = $props ();
9
9
</script >
10
10
11
- <img alt ="Exceptionless Logo" class ={cn (' " mx-auto dark:hidden" h-[100px]' , className )} src ={logo } {...props } />
12
- <img alt ="Exceptionless Logo" class ={cn (' " mx-auto dark:block" hidden h-[100px]' , className )} src ={logoDark } {...props } />
11
+ <img alt ="Exceptionless Logo" class ={cn (' mx-auto h-[100px] dark:hidden ' , className )} src ={logo } {...props } />
12
+ <img alt ="Exceptionless Logo" class ={cn (' primary-foreground mx-auto hidden h-[100px] dark:block ' , className )} src ={logoDark } {...props } />
You can’t perform that action at this time.
0 commit comments