Skip to content

Commit

Permalink
Changes
Browse files Browse the repository at this point in the history
  • Loading branch information
SathyaSeelanG committed Sep 27, 2024
1 parent d3cdc89 commit 96798b2
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/components/Hero/Hero.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,13 +48,13 @@ function Hero() {
500,
'A Software Engineer.',
500,
'Chia Blockchain Developer.',
'Chia Blockchain Research Analyst.',
500,
'A Full-Stack Developer.',
1000,
'A BSC-IT graduate.',
1000,
'Chia Explorer',
'A MCA Candidate.',
// 1000,
// 'Chia Explorer',
// 1000,
// 'An innovative thinker.',
// 1000,
Expand Down Expand Up @@ -102,7 +102,7 @@ function Hero() {
src="/man-svgrepo-com.svg"
alt="man-svgrepo"
/> */}
<img src={logoImage} alt="Header Logo" style={{ borderRadius:"120px"}}/>
<img src={logoImage} alt="Header Logo" style={{ borderRadius: "120px" }} />
</ScrollAnimation>
</HeroRight>
</HeroWrapper>
Expand All @@ -117,7 +117,7 @@ function Hero() {
</ScrollLink>
</ScrollDown>
</ScrollAnimation>} */}
<FixSocialIcon/>
<FixSocialIcon />
</HeroContainer>
</main>
);
Expand Down

0 comments on commit 96798b2

Please sign in to comment.