We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a65172e commit 5a877b9Copy full SHA for 5a877b9
docs/components/content/Logo.vue
@@ -1,8 +1,6 @@
1
<template>
2
<svg
3
- class="w-auto h-8 text-[#18181B] dark:text-white"
4
- width="224"
5
- height="40"
+ class="h-8 text-[#18181B] dark:text-white"
6
viewBox="0 0 224 40"
7
fill="none"
8
xmlns="http://www.w3.org/2000/svg"
docs/package.json
@@ -12,9 +12,9 @@
12
"license": "MIT",
13
"homepage": "https://tailwindcss.nuxtjs.org",
14
"devDependencies": {
15
- "@nuxt-themes/docus": "^1.11.1",
16
- "@nuxthq/studio": "^0.12.1",
+ "@nuxt-themes/docus": "^1.12.3",
+ "@nuxthq/studio": "^0.13.2",
17
"@nuxtjs/plausible": "^0.2.1",
18
- "nuxt": "^3.4.3"
+ "nuxt": "^3.5.3"
19
}
20
0 commit comments