added link to release information on update modal and page

Signed-off-by: Ronni Skansing <rskansing@gmail.com>
This commit is contained in:
Ronni Skansing
2025-09-18 10:35:49 +02:00
parent cd3baf028b
commit 0f7a969b06
@@ -86,6 +86,15 @@
Update Available!
</h3>
<p class="text-grayblue-dark">Version {newVersion} is now available</p>
<p class="mt-2">
<a
href="https://github.com/phishingclub/phishingclub/releases"
target="_blank"
class="text-cta-blue hover:text-active-blue underline"
>
View release notes →
</a>
</p>
{#if !isUpdateLocal}
<p class="mt-4">
This instance is was not setup using the <code>systemd install</code> and must be
@@ -129,6 +138,15 @@
<p class="mt-1 text-grayblue-dark">
An update notification is visible when a update is ready.
</p>
<p class="mt-3">
<a
href="https://github.com/phishingclub/phishingclub/releases"
target="_blank"
class="text-xs hover:text-gray-700"
>
View previous release information
</a>
</p>
</div>
{/if}
</div>