Skip to content

Commit

Permalink
fix overlay for address confirmation
Browse files Browse the repository at this point in the history
  • Loading branch information
moneymanolis committed Sep 5, 2023
1 parent dc8109e commit 58097cb
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{% if wallet is defined %}

<div id="hwi_display_address" class="flex-center flex-column hidden" data-style="overflow-wrap: break-word;">
<div id="hwi_display_address" class="flex-center flex-column hidden p-4 bg-dark-800" data-style="overflow-wrap: break-word;">
<h2>{{ _("Confirm Address") }}</h2><br>
<div>
{{ _("Please confirm address matches on your ")}}<span id="hwi_device_name">{{ _('device')}}</span><br><br>
{{ _("Expected address") }}:<br><span id="expected_address"></span>
</div>
<div class="flex-center">
<img src="{{ url_for('static', filename='img/loader_boxes.svg') }}"/>
<div class="flex justify-center mt-4 ">
<img src="{{ url_for('static', filename='img/loader_boxes.svg') }}" class="w-16 h-16"/>
</div>
</div>

Expand Down

0 comments on commit 58097cb

Please sign in to comment.