All checks were successful
Assistant: codex Assistant-Model: gpt-6-astra Assistant-Session: 01a07ff8-19d0-7820-b4d0-1353833cb7fc
8 lines
313 B
HTML
8 lines
313 B
HTML
<button hx-get="{% url 'feedback:modal' %}"
|
|
hx-target="#modal-container"
|
|
hx-swap="innerHTML"
|
|
class="fixed bottom-6 right-6 bg-white border border-slate-300 shadow-lg
|
|
rounded-full p-3 hover:bg-slate-50 z-40 transition-colors"
|
|
title="Feedback geben">
|
|
💬
|
|
</button>
|