Skip to content

Commit 2b1d7d4

Browse files
author
Patrick M
committed
fix: reorder footer
1 parent 89df786 commit 2b1d7d4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/Footer.astro

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@ const { noMarginTop = false, class: className, ...attrs } = Astro.props;
2424
>
2525
<Socials />
2626
<div class="my-2 flex flex-col items-center whitespace-nowrap sm:flex-row">
27+
<span>Build: {import.meta.env.VITE_APP_VERSION}</span>
28+
<span class="hidden sm:inline">&nbsp;|&nbsp;</span>
2729
<span>Copyright &#169; {currentYear}</span>
2830
<span class="hidden sm:inline">&nbsp;|&nbsp;</span>
2931
<span>All rights reserved</span>
30-
<span class="hidden sm:inline">&nbsp;|&nbsp;</span>
31-
<span>Build: {import.meta.env.VITE_APP_VERSION}</span>
3232
</div>
3333
</div>
3434
</footer>

0 commit comments

Comments
 (0)