File tree Expand file tree Collapse file tree
apps/web/src/modules/home Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -65,12 +65,12 @@ export default function HomeLatestPricesData(props: {
6565 </ TableRow >
6666 { item . classes . map ( ( cls ) => (
6767 < TableRow key = { cls . id } >
68- < TableCell className = "pl-8" >
68+ < TableCell className = "pl-8 text-base py-3 " >
6969 < Tooltip >
7070 < TooltipTrigger asChild >
7171 < Link
7272 href = { `/${ props . tradingCenter } /prices/${ item . parentId } /${ cls . id } ` }
73- className = "space-x-2 hover:underline hover:text-primary text-base "
73+ className = "space-x-2 hover:underline hover:text-primary"
7474 target = "_blank"
7575 rel = "noopener noreferrer"
7676 >
@@ -82,7 +82,7 @@ export default function HomeLatestPricesData(props: {
8282 < TooltipContent > View more price details</ TooltipContent >
8383 </ Tooltip >
8484 </ TableCell >
85- < TableCell >
85+ < TableCell className = "text-base py-3" >
8686 < PesoSign />
8787 { cls . price [ 0 ] } - < PesoSign />
8888 { cls . price [ 1 ] ?? [ cls . price [ 0 ] ] }
You can’t perform that action at this time.
0 commit comments