Skip to content

Commit a47800d

Browse files
committed
chore: reorder footer content to place copyright before build attribution
1 parent 2300f4f commit a47800d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Footer.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ const currentYear = new Date().getFullYear();
1111

1212
<aside>
1313
<p class="text-sm">
14-
Built with ❤️ using <a href="https://astro.build" target="_blank" rel="noopener noreferrer" class="link link-primary">Astro</a>
1514
© {currentYear} <a href="/" class="link link-primary">MyCodingPlan</a>
15+
· Built with ❤️ using <a href="https://astro.build" target="_blank" rel="noopener noreferrer" class="link link-primary">Astro</a>
1616
</p>
1717
</aside>
1818
</footer>

0 commit comments

Comments
 (0)