Skip to content
This repository has been archived by the owner on Sep 26, 2024. It is now read-only.

Commit

Permalink
fix: added test id (#5836)
Browse files Browse the repository at this point in the history
Co-authored-by: Fasih Ali <[email protected]>
  • Loading branch information
fasihali-deriv and Fasih Ali authored Nov 2, 2023
1 parent 51a4cb6 commit bf2f43d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const HeroFeaturesCarousel = () => {
return (
<div className={hero_typewriter}>
<Typography.Heading className={text} as="h3" size="large" weight="bold" color="primary">
<div className={wrapper}>
<div className={wrapper} data-testid="typewriter-wrapper">
{strings.map((string) => (
<p key={string} className={dclsx('typography-font-UBUNTU')}>
<Localize translate_text={string} />
Expand Down

1 comment on commit bf2f43d

@vercel
Copy link

@vercel vercel bot commented on bf2f43d Nov 2, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

deriv-com – ./

deriv-com-git-master.binary.sx
deriv-com.binary.sx

Please sign in to comment.