Merged in LOY-293-earn-burn-table-headings (pull request #2553)
fix(LOY-293): update earn and burn table column headings * fix(LOY-293): update earn and burn table column headings Approved-by: Matilda Landström
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
import { useIntl } from "react-intl"
|
||||
|
||||
import { dt } from "@scandic-hotels/common/dt"
|
||||
import Body from "@scandic-hotels/design-system/Body"
|
||||
import { Typography } from "@scandic-hotels/design-system/Typography"
|
||||
|
||||
import Table from "@/components/TempDesignSystem/Table"
|
||||
import useLang from "@/hooks/useLang"
|
||||
@@ -36,7 +36,9 @@ export default function ExpiringPointsTable({
|
||||
<Table.TR>
|
||||
{tableHeadings.map((heading) => (
|
||||
<Table.TH key={heading}>
|
||||
<Body textTransform="bold">{heading}</Body>
|
||||
<Typography variant="Body/Paragraph/mdBold">
|
||||
<p>{heading}</p>
|
||||
</Typography>
|
||||
</Table.TH>
|
||||
))}
|
||||
</Table.TR>
|
||||
|
||||
Reference in New Issue
Block a user