Footer link to Stirlingpdf.com (#1827)

* fix

* remove donate

* Footer to have link to website

---------

Co-authored-by: a <a>
This commit is contained in:
Anthony Stirling
2024-09-06 16:56:55 +02:00
committed by GitHub
parent d9309563d6
commit 7ccb4d59b0
4 changed files with 16 additions and 8 deletions

View File

@@ -10,7 +10,8 @@
<!-- powered by section -->
<div class="footer-powered-by">
<span th:text="#{poweredBy} + ' Stirling PDF'"></span>
</div>
<span th:text="#{poweredBy}"></span>
<a href="https://stirlingpdf.com" class="stirling-link">Stirling PDF</a>
</div>
</div>
</footer>

View File

@@ -397,11 +397,6 @@
<a href="https://discord.gg/Cn8pWhQRxZ" class="mx-1" role="button" th:title="#{joinDiscord}">
<img th:src="@{'/images/discord.svg'}" alt="discord">
</a>
<a href="https://github.com/sponsors/Frooodle" class="mx-1" role="button" th:title="#{donate}">
<span class="material-symbols-rounded fill footer-icon" style="font-size: 2.5rem;">
favorite
</span>
</a>
</div>
<a th:href="@{'/swagger-ui/index.html'}" class="btn btn-sm btn-outline-primary mx-1" role="button"