Skip to content

Commit 44461bd

Browse files
committed
move jamstack button to the bottom
1 parent e93e4f4 commit 44461bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/site/_includes/header.njk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@
3939
{% include "navigation-links.njk" %}
4040

4141
<div>
42-
<a href="https://jamstackconf.com/" class="block p-4 my-4 bg-gradient-jams hover:bg-gradient-pink-orange font-bold text-center">Jamstack Conf</a>
4342

4443
<div class="text-center text-sm mb-4">Connect with us</div>
4544
<div class="grid grid-cols-3 divide-x divide-gray-700">
@@ -53,6 +52,7 @@
5352
<svg role="img" aria-label="GitHub" focusable="false" width="36" height="36" class="fill-current"><use xlink:href="#logo-github"></use></svg>
5453
</a>
5554
</div>
55+
<a href="https://jamstackconf.com/" class="block p-4 mt-4 bg-gradient-jams hover:bg-gradient-pink-orange font-bold text-center">Jamstack Conf</a>
5656
</div>
5757
</nav>
5858
</details>

0 commit comments

Comments
 (0)