Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
manishsharma004 committed Feb 10, 2024
1 parent 60afb77 commit 0281418
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions pages/landing/components/LandingHeroSection/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,15 @@ const LandingHeroSection = () => {
<p className={styles.description}>
<span>Powering the best</span>
<span className={styles.hiddenMobile}>
{" "}
in the
<span style={{
transform: 'translate(0px, 4px)',
display: 'inline-block',
margin: '0rem 0.25rem', }}>
<span
style={{
transform: "translate(0px, 4px)",
display: "inline-block",
margin: "0rem 0.25rem",
}}
>
<Image
src="/assets/images/landing/solanaLogo.svg"
width={96}
Expand Down

0 comments on commit 0281418

Please sign in to comment.