mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-04-05 10:06:25 +00:00
* improve text readability * title font weight * improve hover look * font size and colors * wip logo redo * site nav font size * Styled Docs Navigation * Styling Select Version * Custom Header Changes * Button Style Update * Build Correction * Major Styling Updates * Change Aux Link * Styling Updates * Changes * fix links in nav * inter -> Fira sans + mono * Pre Commit Run Co-authored-by: Chetan Verma <chetan61verma@gmail.com>
17 lines
454 B
HTML
17 lines
454 B
HTML
{%- if site.footer_content -%}
|
|
<div class="mb-0">
|
|
<p>
|
|
WireGuard® is a registered trademark of Jason A. Donenfeld.
|
|
</p>
|
|
<p>
|
|
For support, first visit our
|
|
<a href="https://discourse.firez.one/">Discussion Forums</a>
|
|
</p>
|
|
<a href="https://www.firezone.dev/">Company</a>
|
|
|
|
|
<a href="https://github.com/firezone/">Github</a>
|
|
|
|
|
<a href="https://twitter.com/firezonehq/">Twitter</a>
|
|
</div>
|
|
{%- endif -%}
|