<footer class="py-6 md:px-8 md:py-0">
<div
class="container flex flex-col items-center justify-between gap-4 md:h-24 md:flex-row"
>
<p
class="text-center text-sm leading-loose text-muted-foreground md:text-left"
>
The source code is available on
<a
href="https://github.com/rhombusgg/rhombus"
target="_blank"
class="font-medium underline"
>GitHub</a
>.
</p>
</div>
</footer>