Skip to content

Commit ee1d897

Browse files
committed
chore: updates
1 parent d9538ae commit ee1d897

File tree

4 files changed

+67
-62
lines changed

4 files changed

+67
-62
lines changed

components/content/Image.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ const colorMode = useColorMode();
4242
:alt="alt"
4343
:class="{ 'image-zoomable': zoomable }"
4444
:style="styles"
45-
/>
45+
>
4646
</p>
4747
</template>
4848

components/content/Logo.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<template>
22
<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">
44
<!-- <span class="ml-2 text-lg font-bold sm:hidden lg:flex"> Hoppscotch </span> -->
55
</div>
66
</template>

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"@nuxt/eslint-config": "^0.2.0",
1717
"@nuxthq/studio": "^1.0.4",
1818
"@nuxtjs/tailwindcss": "6.9.5",
19-
"eslint": "^8.52.0",
19+
"eslint": "^8.54.0",
2020
"medium-zoom": "^1.1.0",
2121
"nuxt": "^3.8.1"
2222
}

0 commit comments

Comments
 (0)