fix: added icon to posts quickactions

This commit is contained in:
2026-04-26 22:29:12 +02:00
parent 004c359e84
commit d3c46127e5
3 changed files with 9 additions and 1 deletions

View File

@@ -24,7 +24,8 @@
phx-click="toggle_post_editor_quick_actions"
phx-value-id={@post_editor.id}
>
<%= translated("Quick Actions") %>
<span class="quick-actions-btn-icon">⚡</span>
<span class="quick-actions-btn-label"><%= translated("Quick Actions") %></span>
</button>
<%= if @post_editor.quick_actions_open? do %>