Skip to content

Commit

Permalink
♻️ Remove unused className from Banner component
Browse files Browse the repository at this point in the history
  • Loading branch information
massao committed Feb 7, 2019
1 parent e172f77 commit 22ffb17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/toolbox/banner/banner.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const Banner = ({
<main className={`${styles.content}`}>
{ children }
</main>
<footer className={`${styles.footer}`}>
<footer>
{ footer }
</footer>
</section>
Expand Down

0 comments on commit 22ffb17

Please sign in to comment.