mirror of
https://github.com/safing/web
synced 2025-04-24 04:49:09 +00:00
Fix inspect source code link
This commit is contained in:
parent
27e6b3ddec
commit
954e58178f
1 changed files with 2 additions and 2 deletions
|
@ -73,9 +73,9 @@ title: Features
|
|||
it is really doing? We believe in open source. We also document everything
|
||||
as good as we can.
|
||||
</p>
|
||||
<div class="col-container w-full text-left md:text-center lg:w-max lg:text-left">
|
||||
<div class="w-full text-left md:text-center lg:w-max lg:text-left flex space-x-5">
|
||||
<a class="btn-secondary" href="{{ site.docs_url }}">Checkout the docs</a>
|
||||
<a class="btn-tertiary hover-opacity-out" href="{{ site.github_url }}/portmaster"><i class="icon-github text-md mr-2"></i>Inspect source code</a>
|
||||
<a class="link-primary items-center flex" href="{{ site.github_url }}/portmaster"><i class="icon-github text-md mr-2"></i>Inspect source code</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Reference in a new issue