Skip to content

Commit

Permalink
Update Contents: 2024/2/6 1:15
Browse files Browse the repository at this point in the history
  • Loading branch information
Phillweston committed Feb 5, 2024
1 parent dfc2ec9 commit 547b78a
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 5 deletions.
Binary file modified assets/images/favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/images/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/logo2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion assets/js/messenger.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@ function progressMessage() {
function showSuccess(msg) {
Messenger({
extraClasses: 'messenger-fixed messenger-on-right messenger-on-top',
theme: 'flat'
theme: 'block'
}).post(msg);
}
6 changes: 3 additions & 3 deletions dashboard/index-dashboard.html
Original file line number Diff line number Diff line change
Expand Up @@ -906,7 +906,7 @@ <h3 style="color: red;" class="mb">RISK: HIGH</h3>
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">&times;</button>
<h2 class="modal-title" style="color: grey;">User Notice and Disclaimer</h4>
<h4 class="modal-title" style="color: grey;">User Notice and Disclaimer</h4>
</div>
<div class="modal-body">
<p>Dear BTI platform user,</p>
Expand Down Expand Up @@ -984,13 +984,13 @@ <h2 class="title pull-left">Contract Orders</h2>
</tr>
<tr class="data-row">
<th><i class="fa fa-dot-circle-o cancelled"></i> Jan 28, 2024, 18:52 PM</th>
<td>Dogecoin</td>
<td>Litecoin</td>
<td><span class="status-cancelled">Uninsure</span></td>
<td>79%</td>
</tr>
<tr class="data-row">
<th><i class="fa fa-dot-circle-o cancelled"></i> Jan 29, 2024, 03:25 AM</th>
<td>Litecoin</td>
<td>Ripple</td>
<td><span class="status-cancelled">Uninsure</span></td>
<td>46%</td>
</tr>
Expand Down
2 changes: 1 addition & 1 deletion dashboard/index-ico-admin.html
Original file line number Diff line number Diff line change
Expand Up @@ -1033,7 +1033,7 @@ <h2 class="title pull-left">Insure</h2>
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">&times;</button>
<h4 class="modal-title">Modal Title</h4>
<h4 class="modal-title" style="color: grey;">Result</h4>
</div>
<div class="modal-body" id="modalMessage">

Expand Down

0 comments on commit 547b78a

Please sign in to comment.