Skip to content

Commit 74718bc

Browse files
committed
style: format codebase
1 parent c919a0b commit 74718bc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/app/components/MobileNav.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<div class="bg-background sticky top-0 mb-3 w-full">
99
<div class="flex items-center gap-3.5">
1010
<div class="bg-foreground/10 flex h-8 w-8 items-center justify-center rounded">
11-
<img src="/icon.png" alt="Logo" class="size-9 rounded-lg object-contain" >
11+
<img src="/icon.png" alt="Logo" class="size-9 rounded-lg object-contain" />
1212
</div>
1313
<p class="text-xl font-bold">UI Doc</p>
1414
<UiSheetClose class="ml-auto">

docs/app/components/content/Home/HomeHero.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
:src="heroData?.image.src"
3333
:alt="heroData?.image.alt"
3434
class="mx-auto mt-12 size-full h-full max-w-[900px] rounded-lg object-cover shadow lg:max-h-[500px]"
35-
>
35+
/>
3636
</UiContainer>
3737
</div>
3838
</template>

0 commit comments

Comments
 (0)