WOW
All checks were successful
Deploy via SSH on push / deploy-via-ssh (push) Successful in 21s

This commit is contained in:
2025-12-01 14:19:31 +00:00
parent 8d85c14500
commit d4d4667c90
3 changed files with 15 additions and 5 deletions

View File

@@ -27,10 +27,10 @@
<!-- Button in bottom-right -->
{% if project.button %}
<button class="btn btn-primary project-btn"
onclick="window.location='{{ project.button[1] }}'">
{{ project.button[0] }}
</button>
<button class="btn btn-secondary project-btn"
onclick="event.stopPropagation(); window.location='{{ project.button[1] }}'">
{{ project.button[0] }}
</button>
{% endif %}
</div>
</a>