Skip to content

Commit

Permalink
Underline terms in the second section ('definitions' in the ToS)
Browse files Browse the repository at this point in the history
  • Loading branch information
SARodrigues committed Jan 29, 2024
1 parent 1d6145e commit 114fbc6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/pages/terms-conditions.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ const TermsConditions: PageComponent<TermsConditionsProps, StaticPageLayoutProps
<h1 className="font-serif text-2xl text-center font-semibold md:text-3xl text-green-dark mb-10">
<FormattedMessage
defaultMessage='TERMS AND CONDITIONS OF THE "HeCo Invest" PLATFORM'
id="C5g7Dz"
id="mDGfCm"
/>
</h1>
<div className="my-4 mb-12 space-y-4">
Expand Down Expand Up @@ -109,7 +109,7 @@ const TermsConditions: PageComponent<TermsConditionsProps, StaticPageLayoutProps
id: 'VADZzs',
},
{
n: (...chunks) => <span className="font-semibold">{chunks}</span>,
n: (...chunks) => <span className="font-semibold underline">{chunks}</span>,
p: (...chunks) => <p className="">{chunks}</p>,
li: (...chunks) => (
<li className="ml-14 [counter-increment:subsection] marker:[content:'1.'counters(subsection,'.')'.\00a0']">
Expand Down

0 comments on commit 114fbc6

Please sign in to comment.