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 @@ -42,9 +42,9 @@ export default function HomeLatestPricesData(props: {
4242 < Table className = "w-full table-fixed" >
4343 < TableHeader >
4444 < TableRow >
45- < TableHead > Vegetable</ TableHead >
45+ < TableHead className = "text-muted-foreground" > Vegetable</ TableHead >
4646
47- < TableHead >
47+ < TableHead className = "text-muted-foreground" >
4848 < div >
4949 Prices
5050 < div >
@@ -60,7 +60,7 @@ export default function HomeLatestPricesData(props: {
6060 < Fragment key = { item . parentId } >
6161 < TableRow >
6262 < TableCell colSpan = { 2 } >
63- < strong > { item . parentName } </ strong >
63+ < strong className = "text-base" > { item . parentName } </ strong >
6464 </ TableCell >
6565 </ TableRow >
6666 { item . classes . map ( ( cls ) => (
@@ -70,7 +70,7 @@ export default function HomeLatestPricesData(props: {
7070 < TooltipTrigger asChild >
7171 < Link
7272 href = { `/${ props . tradingCenter } /prices/${ item . parentId } /${ cls . id } ` }
73- className = "space-x-2 hover:underline hover:text-primary"
73+ className = "space-x-2 hover:underline hover:text-primary text-base "
7474 target = "_blank"
7575 rel = "noopener noreferrer"
7676 >
@@ -85,7 +85,7 @@ export default function HomeLatestPricesData(props: {
8585 < TableCell >
8686 < PesoSign />
8787 { cls . price [ 0 ] } - < PesoSign />
88- { cls . price [ 1 ] }
88+ { cls . price [ 1 ] ?? [ cls . price [ 0 ] ] }
8989 </ TableCell >
9090 </ TableRow >
9191 ) ) }
Original file line number Diff line number Diff line change 1515 "turbo" : " ^2.5.6" ,
1616 "typescript" : " catalog:"
1717 },
18- "packageManager" : " pnpm@10.7 .0" ,
18+ "packageManager" : " pnpm@10.15 .0" ,
1919 "engines" : {
2020 "node" : " >=20"
2121 }
You can’t perform that action at this time.
0 commit comments