Skip to content

Commit

Permalink
remove about test
Browse files Browse the repository at this point in the history
  • Loading branch information
Ludy87 committed Aug 13, 2024
1 parent e421491 commit 651dec0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/resources/templates/fragments/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
<!-- Links section -->
<div class="d-flex justify-content-center">
<ul class="list-unstyled d-flex">
<li><a class="footer-link px-2" id="about" target="_blank" th:href="@{'/about'}" th:text="#{about.nav}">About</a></li>
<li><a class="footer-link px-2" id="licenses" target="_blank" th:href="@{'/licenses'}" th:text="#{licenses.nav}">Licenses</a></li>
<li><a class="footer-link px-2" id="survey" target="_blank" href="https://stirlingpdf.info/s/clwzgtfw7000gltkmwz1n212m" th:text="#{survey.nav}">Survey</a></li>
</ul>
Expand Down

0 comments on commit 651dec0

Please sign in to comment.