Skip to content

Commit

Permalink
Carbon
Browse files Browse the repository at this point in the history
  • Loading branch information
Lissy93 committed Jan 7, 2024
1 parent fb570b2 commit 2b407bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/HomePageHeader.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ export default function HomepageHeader() {
<span className={styles.keepReading} onClick={() => setShowMore(!showMore)}>
{!showMore ? 'Keep Reading...' : 'Show Less'}
</span>
<CarbonAd />
</div>
<CarbonAd />
{(!showMore) &&
<a onClick={scrollToFeatures} className={styles.scrollDown} id="go-down">
<IconDownArrow className={styles.scrollDownIcon} />
Expand Down

0 comments on commit 2b407bb

Please sign in to comment.