Skip to content

Commit a6984a2

Browse files
author
Alban Bailly
committed
add fix for missing button
1 parent 0e70078 commit a6984a2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

themes/dlc/layouts/_default/guides.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,9 @@ <h3 class="mt-0 text-2xl font-normal"><a href="{{ .Params.external_url }}" class
3737
<h2 class="mt-0 font-normal text-BaseGreenDark">Want more help?</h2>
3838
</header>
3939
<p class="text-xl mt-2 font-light">Find answers, ask questions, and help others.</p>
40-
<a href="https://linode.com/community/questions" target="_blank" class="btn mt-4">Join our Community</a>
40+
<div class="flex">
41+
<a href="https://linode.com/community/questions" target="_blank" class="btn mt-4">Join our Community</a>
42+
</div>
4143
</div>
4244
</article>
4345
</div>

0 commit comments

Comments
 (0)