Skip to content

Commit

Permalink
Merge pull request #41 from blocknative/develop
Browse files Browse the repository at this point in the history
Release 0.2.3
  • Loading branch information
lnbc1QWFyb24 authored Oct 31, 2019
2 parents 3e90afd + 191b1af commit 4eac726
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bnc-notify",
"version": "0.2.2",
"version": "0.2.3",
"description": "Show web3 users realtime transaction notifications",
"keywords": [
"ethereum",
Expand Down
2 changes: 1 addition & 1 deletion src/views/Notify.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
import { notifications, app } from "../stores";
import { formatTime } from "../utilities";
let smallScreen: boolean = window.innerWidth < 420;
let smallScreen: boolean = window.outerWidth < 450;
let positioning: string;
let x: number;
Expand Down

0 comments on commit 4eac726

Please sign in to comment.