Skip to content
This repository was archived by the owner on Sep 23, 2023. It is now read-only.

Commit c25062b

Browse files
committed
fix: correct spacing on the navbar
1 parent 83d058f commit c25062b

File tree

4 files changed

+18
-6
lines changed

4 files changed

+18
-6
lines changed

components/core/structure/Header.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ const isDark = computed({
3232
</NuxtLink>
3333

3434
<div class="flex md:order-2">
35-
<NuxtLink href="/studio">
35+
<NuxtLink href="/studio" class="mr-1.5">
3636
<UButton color="sky" size="md"> Create a Banner </UButton>
3737
</NuxtLink>
3838
<ClientOnly>
@@ -45,7 +45,7 @@ const isDark = computed({
4545
/>
4646
</ClientOnly>
4747
<UButton
48-
to="https://github.com/nuxtlabs/ui"
48+
to="https://github.com/MCBanners/website-next"
4949
target="_blank"
5050
color="gray"
5151
variant="ghost"

nuxt.config.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,9 @@ export default defineNuxtConfig({
1717
'@nuxthq/ui',
1818
],
1919

20-
colorMode: {
21-
classSuffix: '',
20+
ui: {
21+
global: true,
22+
icons: ['heroicons', 'simple-icons']
2223
},
2324

2425
typescript: {

package-lock.json

Lines changed: 11 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,14 @@
88
"postinstall": "nuxt prepare"
99
},
1010
"devDependencies": {
11+
"@iconify-json/simple-icons": "^1.1.55",
1112
"@nuxthq/ui": "^2.2.1",
1213
"nuxt": "^3.5.2",
1314
"nuxt-seo-kit": "^1.3.8",
1415
"sass": "^1.62.1"
1516
},
1617
"dependencies": {
18+
"@iconify-json/heroicons": "^1.1.10",
1719
"flowbite": "^1.6.5",
1820
"satori": "^0.9.1"
1921
}

0 commit comments

Comments
 (0)