Merged in feat/adobe-taget-ids (pull request #2307)
feat(adobe target): add some data-ids to section in enter detail * feat(adobe target): add some data-ids to section in enter detail
This commit is contained in:
@@ -55,10 +55,17 @@ export default function Section({
|
||||
>
|
||||
<header className={styles.header}>
|
||||
<Typography variant="Title/Overline/sm">
|
||||
<h2 className={styles.heading}>{header}</h2>
|
||||
<h2 data-at-id="details-section-heading" className={styles.heading}>
|
||||
{header}
|
||||
</h2>
|
||||
</Typography>
|
||||
<Typography variant="Title/Subtitle/md">
|
||||
<p className={styles.subheading}>{title}</p>
|
||||
<p
|
||||
data-at-id="details-section-subheading"
|
||||
className={styles.subheading}
|
||||
>
|
||||
{title}
|
||||
</p>
|
||||
</Typography>
|
||||
{additionalInfo ? (
|
||||
<Typography variant="Body/Paragraph/mdRegular">
|
||||
|
||||
Reference in New Issue
Block a user