Skip to content
This repository has been archived by the owner on Jun 24, 2022. It is now read-only.

Commit

Permalink
Revert unintentional noises by npm upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
ebraminio committed Feb 6, 2019
1 parent dc97555 commit 99357d3
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 54 deletions.
65 changes: 12 additions & 53 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/components/shared/Button.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,6 @@ export function Button({
}}
title={title}
>
{icon} {label}
{icon} {label}
</div>;
}

0 comments on commit 99357d3

Please sign in to comment.