diff --git a/components/brave_new_tab_ui/containers/newTab/settings/backgroundImage.tsx b/components/brave_new_tab_ui/containers/newTab/settings/backgroundImage.tsx index 13fec7190f12..0f1276ca5e60 100644 --- a/components/brave_new_tab_ui/containers/newTab/settings/backgroundImage.tsx +++ b/components/brave_new_tab_ui/containers/newTab/settings/backgroundImage.tsx @@ -147,6 +147,18 @@ class BackgroundImageSettings extends React.PureComponent { size='small' /> + {braveRewardsSupported && ( + + + + )} {showBackgroundImage && featureCustomBackgroundEnabled && ( {this.renderUploadButton(this.onClickCustomBackground, usingCustomImageBackground, /* showTitle= */ true, this.props.newTabData.customImageBackgrounds)} @@ -188,19 +200,6 @@ class BackgroundImageSettings extends React.PureComponent { )} -
- {braveRewardsSupported && ( - - - - )}
)} {this.state.location === Location.SOLID_COLORS &&