File tree 4 files changed +67
-62
lines changed
4 files changed +67
-62
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ const colorMode = useColorMode();
42
42
:alt =" alt"
43
43
:class =" { 'image-zoomable': zoomable }"
44
44
:style =" styles"
45
- / >
45
+ >
46
46
</p >
47
47
</template >
48
48
Original file line number Diff line number Diff line change 1
1
<template >
2
2
<div class =" flex items-center" >
3
- <img src =" /logo.svg" class =" !h-8 !w-8 rounded" alt =" Hoppscotch" / >
3
+ <img src =" /logo.svg" class =" !h-8 !w-8 rounded" alt =" Hoppscotch" >
4
4
<!-- <span class="ml-2 text-lg font-bold sm:hidden lg:flex"> Hoppscotch </span> -->
5
5
</div >
6
6
</template >
Original file line number Diff line number Diff line change 16
16
"@nuxt/eslint-config" : " ^0.2.0" ,
17
17
"@nuxthq/studio" : " ^1.0.4" ,
18
18
"@nuxtjs/tailwindcss" : " 6.9.5" ,
19
- "eslint" : " ^8.52 .0" ,
19
+ "eslint" : " ^8.54 .0" ,
20
20
"medium-zoom" : " ^1.1.0" ,
21
21
"nuxt" : " ^3.8.1"
22
22
}
You can’t perform that action at this time.
0 commit comments