Skip to content

Commit 411315d

Browse files
committed
Pages updated
1 parent d534762 commit 411315d

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

api/widget.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ ethplorerWidget = {
3131
$('body').append('<link rel="stylesheet" href="' + ethplorerWidget.url + '/api/widget.css" type="text/css" />')
3232

3333
$(selector).addClass('widget-txs');
34-
ethplorerWidget.el.html('<div class="txs-header">Latest token transactions</div><div class="txs-loading">Loading...</div>');
34+
ethplorerWidget.el.html('<div class="txs-header">Recent token transactions</div><div class="txs-loading">Loading...</div>');
3535
ethplorerWidget.load();
3636

3737
$(window).resize(ethplorerWidget.resize);

index.htm

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,7 @@
9696
<div class="t-cover__wrapper t-valign_middle" style="height:96vh; position: relative;z-index: 1;">
9797
<div class="t269__mainwrapper" data-hook-content="covercontent">
9898
<h1 class="t269__title t-title t-title_lg" style="" field="title">
99-
Ethereum token viewer<br />
100-
<span style="font-size: 16px;">beta version</span>
99+
Ethereum token viewer
101100
</h1>
102101
<div class="t269__descr t-descr t-descr_xs" style="" field="descr">
103102
View tokens developed with ethereum <a href="https://github.com/ethereum/EIPs/issues/20"><span style="color: rgb(16, 133, 198);"><u data-redactor-tag="u">ERC20 standard</u></span></a><br />

last.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
<div id="page-create" class="page">
8585
<div class="row">
8686
<div class="col-xs-12 text-center">
87-
<h1 style="color:white;">Last Ethereum token transactions</h1>
87+
<h1 style="color:white;">Recent Ethereum token transactions</h1>
8888
<span style="color:white;">refreshing in real-time</span>
8989
<div id="ethplorer-txs"></div>
9090
</div>

0 commit comments

Comments
 (0)