There was an error while loading. Please reload this page.
1 parent c790ac5 commit c5cfe79Copy full SHA for c5cfe79
src/css/style.css
@@ -112,7 +112,7 @@
112
}
113
114
#price-header {
115
-height: 35vh;
+height: 40vh;
116
display: flex;
117
justify-content: center;
118
flex-direction: column;
@@ -149,7 +149,7 @@
149
150
151
152
153
154
155
src/index.html
@@ -106,7 +106,7 @@ <h2>{{ fiat_amount }}</h2>
106
<i class="copy icon"></i>
107
Copy Address
108
</button>
109
-<h3>Address: {{ address }}</h3>
+<h3>{{ address }}</h3>
110
</div>
111
<div class="ui center aligned container" id="transactions">
0 commit comments