Skip to content

Commit

Permalink
fixed brand logo issue
Browse files Browse the repository at this point in the history
  • Loading branch information
girish-lokapure committed Nov 28, 2023
1 parent 66dc51f commit 813787f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ const SiteGen = () => {
<ThemedNewfoldInterfaceSkeleton
className={ classNames(
'nfd-onboarding-skeleton--sitegen',
`brand-${ newfoldBrand }`,
`brand-${ newfoldBrand }`
) }
header={ <Header /> }
content={ <Content /> }
Expand Down

0 comments on commit 813787f

Please sign in to comment.