File tree Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,6 @@ const HeaderContent = () => {
2323 < ParticlesComponent />
2424 Level Up Skills with < br /> recode hive
2525 </ motion . h1 >
26-
2726 < motion . p
2827 initial = { { opacity : 0 , x : - 10 } }
2928 whileInView = { { opacity : 1 , x : 0 } }
@@ -34,10 +33,16 @@ const HeaderContent = () => {
3433 stiffness : 100 ,
3534 delay : 0.2 ,
3635 } }
36+ style = { { textAlign : "center" } }
3737 >
38- recode hive helps you get started with open-source contributions. We’ve
39- built an inclusive community with people from around the world. Join us
40- to earn while learning — everything made simpler and more practical.
38+ < strong > recode hive</ strong > helps you get started with open-source
39+ contributions. We’ve built an inclusive community with people from
40+ around the world. Join us to earn while learning —{ " " }
41+ < span style = { { color : "#e44d26" , fontWeight : "bold" } } >
42+ everything made simpler and more practical.
43+ </ span >
44+ < br > </ br >
45+ < br > </ br >
4146 </ motion . p >
4247
4348 < div className = "chh__header-content__input" >
You can’t perform that action at this time.
0 commit comments