diff --git a/app/components/shared/Tooltip/Tooltip.tsx b/app/components/shared/Tooltip/Tooltip.tsx index 5a0688498..d419e456a 100644 --- a/app/components/shared/Tooltip/Tooltip.tsx +++ b/app/components/shared/Tooltip/Tooltip.tsx @@ -5,7 +5,7 @@ export type { TooltipProps } export default function Tooltip(props: TooltipProps) { const { children, ...tooltipProps } = props return ( - + {children} ) diff --git a/app/routes/validate.tsx b/app/routes/validate.tsx index 3a1cbc592..d7bff96b2 100644 --- a/app/routes/validate.tsx +++ b/app/routes/validate.tsx @@ -15,11 +15,14 @@ export default function ValidateEmail() { - + <Title css={{ fontWeight: "$regular" }} order={1}> Email Verification{" "} <Title + css={{ + color: "var(--color-secondary-main)", + fontWeight: "$bold", + }} order={1} - style={{ color: "var(--color-secondary-main)", fontWeight: 700 }} > Sent diff --git a/app/views/faqs/faqsView.tsx b/app/views/faqs/faqsView.tsx index 385808ac2..02a727d40 100644 --- a/app/views/faqs/faqsView.tsx +++ b/app/views/faqs/faqsView.tsx @@ -40,17 +40,17 @@ export default function FaqsView({ categories }: FaqsViewProps) { ? value[0].category?.translations[0]?.display : ""} - + {value.map((item) => ( - - - {item.translations ? String(item.translations[0]?.question) : ""} - - - {item.translations && item.translations[0]?.answer && ( - {item.translations[0].answer ?? ""} - )} - + + {item.translations && item.translations[0]?.answer && ( + {item.translations[0].answer ?? ""} + )} ))} diff --git a/package.json b/package.json index e8cfa5b16..3671c4433 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "@mantine/hooks": "^5.6.2", "@mantine/remix": "^5.6.2", "@mantine/ssr": "^4.2.2", - "@pokt-foundation/pocket-blocks": "^2.0.0-alpha.3", + "@pokt-foundation/pocket-blocks": "^2.0.0-alpha.1", "@pokt-foundation/pocketjs-isomorphic-provider": "^1.0.0", "@pokt-foundation/ui": "^0.3.9", "@radix-ui/react-dropdown-menu": "^0.1.6", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 68129dce4..024a4de92 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -13,7 +13,7 @@ specifiers: '@mantine/hooks': ^5.6.2 '@mantine/remix': ^5.6.2 '@mantine/ssr': ^4.2.2 - '@pokt-foundation/pocket-blocks': ^2.0.0-alpha.3 + '@pokt-foundation/pocket-blocks': ^2.0.0-alpha.1 '@pokt-foundation/pocketjs-isomorphic-provider': ^1.0.0 '@pokt-foundation/pocketjs-types': ^1.0.1 '@pokt-foundation/portal-types': ^0.0.1 @@ -86,7 +86,7 @@ dependencies: '@mantine/hooks': 5.6.3_react@17.0.2 '@mantine/remix': 5.6.3_dvsl6surpqwccgotlvgym6ul74 '@mantine/ssr': 4.2.2_wsn53pslsboo2rytzocxzsur7i - '@pokt-foundation/pocket-blocks': 2.0.0-alpha.3_7fcou2rmwwndt67bfnltzwbu5a + '@pokt-foundation/pocket-blocks': 2.0.0-alpha.1_7fcou2rmwwndt67bfnltzwbu5a '@pokt-foundation/pocketjs-isomorphic-provider': 1.0.0 '@pokt-foundation/ui': 0.3.9_zxhai4qal7ezfht52cx4u672cu '@radix-ui/react-dropdown-menu': 0.1.6_wsn53pslsboo2rytzocxzsur7i @@ -2344,8 +2344,8 @@ packages: webcrypto-core: 1.7.5 dev: true - /@pokt-foundation/pocket-blocks/2.0.0-alpha.3_7fcou2rmwwndt67bfnltzwbu5a: - resolution: {integrity: sha512-vFqQpSrVUV41mucerVIA8fL4r0rem505VvV7ulVTJLfdv5g8xfumttDW1H8DtX3T2o2BuIPS0tL5ErffKodDAw==} + /@pokt-foundation/pocket-blocks/2.0.0-alpha.1_7fcou2rmwwndt67bfnltzwbu5a: + resolution: {integrity: sha512-9NIWgB9+FnPbo6btNaHlV4/5o0zRm6zq8xZhCJe5Fl7UqAst0kDr7iJP3qnsiMFK01c0e6LK9NAaIGjezxKBlg==} peerDependencies: react: ^16.8 || ^17.0 react-dom: ^16.8 || ^17.0