Skip to content

Commit

Permalink
Fixes release notes image
Browse files Browse the repository at this point in the history
  • Loading branch information
comountainclimber committed Aug 5, 2021
1 parent 24c1cc6 commit dc76839
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ const ReleaseNotesModal = ({ hideModal, theme }: Props) => (
/>
</div>
<div className={styles.marketingImage}>
{theme === 'Light' ? <n3SupportLight /> : <N3SupportDark />}
{theme === 'Light' ? <N3SupportLight /> : <N3SupportDark />}
</div>
</div>

Expand Down

0 comments on commit dc76839

Please sign in to comment.