blog image fixed

This commit is contained in:
victorAnumudu
2024-09-24 13:54:47 +01:00
parent 74b395d99e
commit b28d02b2f5
2 changed files with 9 additions and 3 deletions
@@ -126,8 +126,8 @@ export default function OffersInterestTable({offerInterestList, className}) {
)
:
(
<div className="font-bold text-center text-xl md:text-2xl lg:text-4xl text-dark-gray md:flex items-center justify-between">
<p className="mb-4 p-3">No list avaliable.</p>
<div className="font-bold text-xl text-dark-gray dark:text-white whitespace-nowrap">
<p className="p-2">No list avaliable.</p>
</div>
)
}