Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
officiallygod committed Jan 15, 2024
1 parent 7b4ef77 commit 965c7c9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/OnboardingSPA/steps/SiteGen/SiteDetails/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,9 @@ const SiteGenSiteDetails = () => {
{ isLargeViewport && (
<div className={ 'nfd-sg-site-details-endrow' }>
<NextButtonSiteGen
className={ 'nfd-sg-site-details--next-btn' }
className={

Check failure on line 77 in src/OnboardingSPA/steps/SiteGen/SiteDetails/index.js

View workflow job for this annotation

GitHub Actions / Run Lint Checks

Delete `·`
'nfd-sg-site-details--next-btn'
}
text={ content.buttonText }
disabled={ ! isValidInput }
/>
Expand Down

0 comments on commit 965c7c9

Please sign in to comment.