Skip to content

Commit aa1391e

Browse files
committed
Añade enlace a GitHub en el Footer
1 parent 2b7cbf4 commit aa1391e

1 file changed

Lines changed: 12 additions & 3 deletions

File tree

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,16 @@
1-
<footer class="border-t border(--color-surface-stroke)">
2-
<div class="mx-auto max-w-7xl px-6 py-4">
1+
<footer class="mt-16 border-t border-(--color-surface-stroke)">
2+
<div class="mx-auto max-w-4xl px-6 py-6 flex items-center justify-between">
33
<p class="text-xs text-(--color-text-muted)">
4-
orbit-ui · Design system CSS-first con Astro
4+
orbit-ui · Design system CSS-first
55
</p>
6+
7+
<a
8+
href="https://github.com/HC-ONLINE/ORBIT-UI"
9+
target="_blank"
10+
rel="noopener noreferrer"
11+
class="text-xs text-(--color-text-muted) hover:text-(--color-text-primary)"
12+
>
13+
GitHub
14+
</a>
615
</div>
716
</footer>

0 commit comments

Comments
 (0)