Skip to content

Commit

Permalink
style: close button modal confirm delete api
Browse files Browse the repository at this point in the history
  • Loading branch information
yv-101 committed May 13, 2024
1 parent ff1864e commit c9b36a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 1 addition & 3 deletions Resource/template/admin/OAuth/index.twig
Original file line number Diff line number Diff line change
Expand Up @@ -145,9 +145,7 @@ file that was distributed with this source code.
<h5 class="modal-title fw-bold">
{{ 'api.admin.oauth.delete__confirm_title'|trans }}
</h5>
<button class="close" type="button" data-bs-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
<button class="btn-close" type="button" data-bs-dismiss="modal" aria-label="Close"></button>
</div>
<div class="modal-body text-start">
<p class="text-start">{{ 'api.admin.oauth.delete__confirm_message'|trans }}</p>
Expand Down
4 changes: 1 addition & 3 deletions Resource/template/admin/WebHook/index.twig
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,7 @@ file that was distributed with this source code.
<h5 class="modal-title fw-bold">
{{ 'api.admin.webhook.delete__confirm_title'|trans }}
</h5>
<button class="close" type="button" data-bs-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
<button class="btn-close" type="button" data-bs-dismiss="modal" aria-label="Close"></button>
</div>
<div class="modal-body text-start">
<p class="text-start">{{ 'api.admin.webhook.delete__confirm_message'|trans }}</p>
Expand Down

0 comments on commit c9b36a6

Please sign in to comment.