Skip to content

Commit

Permalink
chore: remove size on collect data icon
Browse files Browse the repository at this point in the history
  • Loading branch information
jerelmiller committed Aug 17, 2020
1 parent 6893851 commit 56a79c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/NavigationItems.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ const NavigationItems = ({

const NavIcon = ({ page }) => {
if (page.displayName === 'Collect data') {
return <CollectDataIcon className={styles.headerIcon} size="2rem" />;
return <CollectDataIcon className={styles.headerIcon} />;
}

if (iconLibrary[page.displayName]) {
Expand Down

0 comments on commit 56a79c0

Please sign in to comment.