price formatter style changed
This commit was merged in pull request #200.
This commit is contained in:
@@ -118,7 +118,7 @@ function DeleteJobPopout({ details, onClose, situation }) {
|
||||
<p className="text-xl tracking-wide text-dark-gray dark:text-white">
|
||||
{details.title}
|
||||
</p>
|
||||
<p className="text-lg tracking-wide text-dark-gray dark:text-white">
|
||||
<p className="text-lg tracking-wide text-dark-gray dark:text-white flex items-start gap-1">
|
||||
Price: {details.thePrice}
|
||||
</p>
|
||||
<p className="text-lg tracking-wide text-dark-gray dark:text-white">
|
||||
|
||||
Reference in New Issue
Block a user