Skip to content

Commit 51f1adc

Browse files
LianaHusAniket-Engg
authored andcommitted
lint and typos
1 parent dd96949 commit 51f1adc

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Diff for: libs/remix-ui/home-tab/src/lib/components/homeTabFeatured.tsx

+6-6
Original file line numberDiff line numberDiff line change
@@ -56,26 +56,26 @@ function HomeTabFeatured(props:HomeTabFeaturedProps) {
5656
<a href="https://cryptpad.fr/form/#/2/form/view/pV-DdryeJoYUWvW+gXsFaMNynEY7t5mUsgeD1urgwSE/" target="__blank">
5757
<img className="remixui_carouselImage" src={'/assets/img/solSurvey2024.webp'} alt=""></img>
5858
</a>
59-
<div className="h6 w-50 p-2 pl-4 align-self-center" style={{flex: '1'}}>
59+
<div className="h6 w-50 p-2 pl-4 align-self-center" style={{ flex: '1' }}>
6060
<h5>
6161
The Solidity Developer Survey 2024 is live!
6262
</h5>
6363
<p className='pt-2'>
64-
Please take a few minute of your time to
64+
Please take a few minutes of your time to
6565
<a
6666
className="mx-1"
67-
onClick={() => _paq.push(['trackEvent', 'hometab', 'featuredSection', 'soliditySurvey23'])}
67+
onClick={() => _paq.push(['trackEvent', 'hometab', 'featuredSection', 'soliditySurvey24'])}
6868
target="__blank"
6969
href="https://cryptpad.fr/form/#/2/form/view/9xjPVmdv8z0Cyyh1ejseMQ0igmx-TedH5CPST3PhRUk/"
7070
>
71-
COMPLETE THE SURVEY.
71+
COMPLETE THE SURVEY.
7272
</a>
7373
</p>
74-
<p style={{fontSize: '0.8rem'}} className="mb-3">
74+
<p style={{ fontSize: '0.8rem' }} className="mb-3">
7575
Thank you for your support! Read the full announcement
7676
<a
7777
className="remixui_home_text mx-1"
78-
onClick={() => _paq.push(['trackEvent', 'hometab', 'featuredSection', 'soliditySurvey23'])}
78+
onClick={() => _paq.push(['trackEvent', 'hometab', 'featuredSection', 'soliditySurvey24'])}
7979
target="__blank"
8080
href="https://soliditylang.org/blog/2024/12/27/solidity-developer-survey-2024-announcement/"
8181
>

0 commit comments

Comments
 (0)