Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh-Cena authored Apr 17, 2022
1 parent 369fcbf commit c24448a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ function HomeBreadcrumbItem() {
<Link
className={clsx('breadcrumbs__link', styles.breadcrumbsItemLink)}
href={homeHref}>
<IconHome className={styles.icon}/>
<IconHome className={styles.icon} />
</Link>
</li>
);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,4 @@
/>
</svg>
);
}

}

0 comments on commit c24448a

Please sign in to comment.