Skip to content

Commit

Permalink
Update Node Monitor Icon (stereum-dev#1851)
Browse files Browse the repository at this point in the history
  • Loading branch information
daGscheid authored Apr 29, 2024
1 parent e6ff4e5 commit f35009a
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<ul class="notif-box">
<li @click="qrPage = false">
<div class="notif-row_icon">
<img src="/img/icon/stereum-icons/stereum_logo_extern.png" alt="notif logo" />
<img src="/img/icon/stereum-icons/stereum-node-monitor-logo.png" alt="notif logo" />
</div>
<div class="notif-row_name">
<span>{{ $t("notifModal.stereumMonitor") }} (Mobile App)</span>
Expand All @@ -35,7 +35,7 @@
<div v-if="!qrPage && !beaconchaDashboard" class="qrPage_content">
<div class="banner" @click="qrViewer">
<div class="banner_icon">
<img src="/img/icon/stereum-icons/stereum_logo_extern.png" />
<img src="/img/icon/stereum-icons/stereum-node-monitor-logo.png" />
</div>
<div class="banner_title">
<span>{{ $t("notifModal.stereumMonitor") }}</span>
Expand Down

0 comments on commit f35009a

Please sign in to comment.