Skip to content

Commit 67a5d3e

Browse files
chore(prettier): fix formatting errors
1 parent c6291d1 commit 67a5d3e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

packages/astro/src/default/components/ContactInfo.astro

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
<a href="mailto:[email protected]" class="hover:underline">Contact Us</a>
77
<span class="mx-2">•</span>
88
<a href="https://github.com/your-org/your-repo" class="hover:underline">GitHub</a>
9-
</div>
9+
</div>

packages/astro/src/default/components/Footer.astro

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<slot name="webcontainers-link" />
1212
</div>
1313
</div>
14-
14+
1515
<div class="mt-6 pt-6 border-t border-tk-elements-app-borderColor">
1616
<div class="flex flex-col md:flex-row justify-between items-center gap-4">
1717
<div class="flex-1">

packages/astro/src/default/components/Terms.astro

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
<a href="/terms" class="hover:underline">Terms of Service</a>
77
<span class="mx-2">•</span>
88
<a href="/privacy" class="hover:underline">Privacy Policy</a>
9-
</div>
9+
</div>

0 commit comments

Comments
 (0)