mirror of
https://github.com/basicswap/basicswap.git
synced 2025-01-03 17:29:26 +00:00
Refactor
-
This commit is contained in:
parent
9495249e70
commit
a040a6172a
3 changed files with 3 additions and 3 deletions
Before Width: | Height: | Size: 5.8 KiB After Width: | Height: | Size: 5.8 KiB |
Before Width: | Height: | Size: 6.4 KiB After Width: | Height: | Size: 6.4 KiB |
|
@ -228,21 +228,21 @@
|
|||
<div class="block py-2 px-4 font-medium text-center text-gray-700 bg-gray-50"> Notifications </div>
|
||||
<div class="divide-y divide-gray-100">
|
||||
<a href="#" class="flex py-3 px-4 hover:bg-gray-100">
|
||||
<div class="flex-shrink-0"> <img class="w-11 h-11 rounded-full" src="/static/images/New_Offer.png" alt="New Offer"> </div>
|
||||
<div class="flex-shrink-0"> <img class="w-11 h-11 rounded-full" src="/static/images/other/new_offer.png" alt="New Offer"> </div>
|
||||
<div class="pl-3 w-full">
|
||||
<div class="text-gray-500 text-sm mb-1.5"><span class="font-semibold text-gray-900">NEW OFFER</span> on <span class="font-medium text-gray-900">PART->XMR</span></div>
|
||||
<div class="text-xs text-blue-600">a few moments ago</div>
|
||||
</div>
|
||||
</a>
|
||||
<a href="#" class="flex py-3 px-4 hover:bg-gray-100">
|
||||
<div class="flex-shrink-0"> <img class="w-11 h-11 rounded-full" src="/static/images/Bid_accepted.png" alt="New Accepted"> </div>
|
||||
<div class="flex-shrink-0"> <img class="w-11 h-11 rounded-full" src="/static/images/other/bid_accepted.png" alt="New Accepted"> </div>
|
||||
<div class="pl-3 w-full">
|
||||
<div class="text-gray-500 text-sm mb-1.5"><span class="font-semibold text-gray-900">NEW BID</span> on offer <span class="font-medium text-gray-900">PART->BTC</span></div>
|
||||
<div class="text-xs text-blue-600">10 minutes ago</div>
|
||||
</div>
|
||||
</a>
|
||||
<a href="#" class="flex py-3 px-4 hover:bg-gray-100">
|
||||
<div class="flex-shrink-0"> <img class="w-11 h-11 rounded-full" src="/static/images/Bid_accepted.png" alt="Bid Accepted"> </div>
|
||||
<div class="flex-shrink-0"> <img class="w-11 h-11 rounded-full" src="/static/images/other/bid_accepted.png" alt="Bid Accepted"> </div>
|
||||
<div class="pl-3 w-full">
|
||||
<div class="text-gray-500 text-sm mb-1.5"><span class="font-semibold text-gray-900">BID ACCEPTED</span> on <span class="font-medium text-gray-900">PART->BTC</span> 0.0045 BTC</div>
|
||||
<div class="text-xs text-blue-600">15 minutes ago</div>
|
||||
|
|
Loading…
Reference in a new issue