chore: make PR fixes
This commit is contained in:
@@ -60,13 +60,7 @@ type OverviewTableTitleProps = { texts: TitleTranslation[] }
|
||||
|
||||
function OverviewTableTitle({ texts }: OverviewTableTitleProps) {
|
||||
return (
|
||||
<Title
|
||||
as="h1"
|
||||
level="h1"
|
||||
className={styles.title}
|
||||
weight="semiBold"
|
||||
uppercase
|
||||
>
|
||||
<Title as="h1" level="h1" weight="semiBold" uppercase>
|
||||
{texts.map(({ text, highlight }, idx) => (
|
||||
<>
|
||||
<span key={idx} className={highlight ? styles.highlight : ""}>
|
||||
@@ -145,8 +139,8 @@ export default function OverviewTable() {
|
||||
|
||||
return (
|
||||
<div className={styles.container}>
|
||||
<OverviewTableTitle texts={titleTranslations[Lang.en]} />
|
||||
<div>
|
||||
<div className={styles.intro}>
|
||||
<OverviewTableTitle texts={titleTranslations[Lang.en]} />
|
||||
<p className={styles.preamble}>
|
||||
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do
|
||||
eiusmod tempor incididunt ut labore et dolore magna aliqua. Arcu risus
|
||||
|
||||
Reference in New Issue
Block a user