Skip to content

Commit

Permalink
bug: Don't underline X in new idea modal #190 (#254)
Browse files Browse the repository at this point in the history
  • Loading branch information
nwittstruck authored Mar 7, 2024
1 parent 9ad294e commit 558e41c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 5 additions & 3 deletions assets/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/mindwendel_web/live/modal_component.ex
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ defmodule MindwendelWeb.ModalComponent do
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title"><%= assigns.opts[:title] %></h5>
<%= live_patch(raw("&times;"), to: @return_to, class: "phx-modal-close") %>
<%= live_patch("", to: @return_to, class: "phx-modal-close btn-close") %>
</div>
<div class="modal-body">
<%= live_component(@component, @opts) %>
Expand Down

0 comments on commit 558e41c

Please sign in to comment.