Adapt notification texts for SPN/PM page

This commit is contained in:
davegson 2021-01-21 12:34:52 +01:00
parent ab31ed47f4
commit 798e318da8
2 changed files with 2 additions and 2 deletions

View file

@ -9,7 +9,7 @@ redirect_from:
<div class="notification w-full text-center text-white p-2" style="background-color: #6188ff;">
<div class="mx-auto flex" style="width: max-content;">
<img src="{{ site.img_url }}icons/info.svg" class="h-4 w-4 self-center mr-2">
<span class="w-auto text-sm">Alpha - early software, expect hickups here and there.</span>
<span class="w-auto text-sm">Portmaster is Alpha Software - expect hickups here and there</span>
</div>
</div>
<header class="h-full my-20 md:my-40">

View file

@ -6,7 +6,7 @@ layout: page
<div class="notification w-full text-center text-white p-2 " style="background-color: #6188ff;">
<div class="mx-auto flex" style="width: max-content;">
<img src="{{ site.img_url }}icons/info.svg" class="h-4 w-4 self-center mr-2">
<span class="w-auto text-sm self-center">Pre-Alpha - not publicily available, that is why there are no screenshots of the software on this page.</span>
<span class="w-auto text-sm self-center">SPN is in Pre-Alpha and not publicily available. That is why there are no screenshots of the software on this page.</span>
<a href="/spn/#faq" class="underline text-sm self-center ml-2">Read FAQ</a>
</div>
</div>