Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[LET-1430][FE] Terms of service page adjustments #833

Merged
merged 2 commits into from
Jan 29, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions frontend/pages/terms-conditions.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ const TermsConditions: PageComponent<TermsConditionsProps, StaticPageLayoutProps
<div className="h-auto">
<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="6HVIBd"
defaultMessage='TERMS AND CONDITIONS OF THE "HeCo Invest" PLATFORM'
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
Loading