Fix inspect source code link

This commit is contained in:
Luke Seers 2022-10-12 17:25:16 +02:00
parent 27e6b3ddec
commit 954e58178f

View file

@ -73,9 +73,9 @@ title: Features
it is really doing? We believe in open source. We also document everything it is really doing? We believe in open source. We also document everything
as good as we can. as good as we can.
</p> </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-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> </div>
</div> </div>