Skip to content

Commit

Permalink
fix: travis canary (#157)
Browse files Browse the repository at this point in the history
* travis canary

* update snapshot
  • Loading branch information
mindip authored Jan 23, 2019
1 parent 76360a3 commit 9b0de0f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/components/Header/MobilePopup.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ class MobilePopup extends React.Component<any, any> {
width: 100%;
justify-self: end;
text-align: right;
font-size: 2rem;
@media (min-width: 940px) {
display: none;
}
Expand Down
1 change: 0 additions & 1 deletion src/components/Header/__snapshots__/index.test.tsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ exports[`Navbar Matches its snapshot 1`] = `
width: 100%;
justify-self: end;
text-align: right;
font-size: 2rem;
}
@media (min-width:940px) {
Expand Down

0 comments on commit 9b0de0f

Please sign in to comment.