mirror of
https://repo.getmonero.org/AnonDev/xmrmemes.git
synced 2025-01-02 19:30:58 -05:00
Fix typo
This commit is contained in:
parent
c5141e10e0
commit
95b95437c7
@ -28,7 +28,7 @@
|
||||
{!!html_entity_decode($data['share'])!!}
|
||||
</div>
|
||||
<div class="card-footer">
|
||||
<h5 class="card-title">{{ $data['meme']->meme_tips_total }} XMR Recieved</h5>
|
||||
<h5 class="card-title">{{ $data['meme']->meme_tips_total }} XMR Received</h5>
|
||||
<p class="card-text">Published {{ $data['meme']->created_at->diffForHumans() }}</p>
|
||||
</div>
|
||||
</div>
|
||||
@ -41,13 +41,13 @@
|
||||
<p class="text-break">{{ $data['meme']->address }}</p>
|
||||
</div>
|
||||
<div class="col-12 col-lg-6">
|
||||
<h4 class="mt-4">Monero Tips Recieved</h4>
|
||||
<h4 class="mt-4">Monero Tips Received</h4>
|
||||
<div class="table-responsive-md text-left mt-4">
|
||||
<table class="table">
|
||||
<thead>
|
||||
<tr>
|
||||
<th scope="col">Amount</th>
|
||||
<th scope="col">Date Recieved</th>
|
||||
<th scope="col">Date Received</th>
|
||||
<th scope="col">Transaction ID</th>
|
||||
</tr>
|
||||
</thead>
|
||||
|
Loading…
Reference in New Issue
Block a user