changed text price to reward
This commit was merged in pull request #786.
This commit is contained in:
@@ -42,10 +42,10 @@ export default function ActivitiesTab({ className }) {
|
||||
<div className="relative w-full overflow-x-auto sm:rounded-lg">
|
||||
<table className="w-full text-sm text-left text-gray-500 dark:text-gray-400">
|
||||
<tbody>
|
||||
<tr className="text-base text-thin-light-gray whitespace-nowrap border-b dark:border-[#5356fb29] default-border-b dark:border-[#5356fb29] ottom ">
|
||||
<tr className="text-base text-thin-light-gray whitespace-nowrap border-b default-border-b dark:border-[#5356fb29] ottom ">
|
||||
<td className="py-4 pr-12">List</td>
|
||||
<td className="py-4 text-start px-2">Product Name</td>
|
||||
<td className="py-4 text-start px-2">Price</td>
|
||||
<td className="py-4 text-start px-2">Reward</td>
|
||||
<td className="py-4 text-start px-2">Quantity</td>
|
||||
<td className="py-4 text-start px-2">From</td>
|
||||
<td className="py-4 text-start px-2 pr-12">To</td>
|
||||
|
||||
Reference in New Issue
Block a user