Skip to content

Commit 7878c48

Browse files
committed
chore: run pnpm run lint --fix
1 parent d3dbe48 commit 7878c48

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed
Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
<nav
2-
class="bg-tk-elements-footer-backgroundColor border-t border-tk-elements-app-borderColor flex justify-between p-4"
3-
>
1+
<nav class="bg-tk-elements-footer-backgroundColor border-t border-tk-elements-app-borderColor flex justify-between p-4">
42
<div class="flex-1">
53
<slot name="terms" />
64
</div>
@@ -10,4 +8,4 @@
108
<div class="flex-1">
119
<slot name="copyright" />
1210
</div>
13-
</nav>
11+
</nav>

packages/astro/src/default/components/FooterWrapper.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ const currentYear = new Date().getFullYear();
1111
<Terms slot="terms" />
1212
<ContactInfo slot="contact-info" />
1313
<p slot="copyright"{currentYear} Your Company. All rights reserved.</p>
14-
</Footer>
14+
</Footer>

0 commit comments

Comments
 (0)