fix: compose post modal button

This commit is contained in:
trisua 2025-04-08 22:13:55 -04:00
parent 437724065b
commit bfcb35e18b
4 changed files with 7 additions and 5 deletions

View file

@ -38,12 +38,13 @@
<div class="flex nav_side">
{% if user %}
<button
onclick="document.getElementById('town_square_post_dialog').showModal()"
<a
href="javascript:document.getElementById('town_square_post_dialog').showModal()"
class="button"
title="Create post"
>
{{ icon "square-pen" }}
</button>
</a>
<a
href="/notifs"