Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8" />
<base href="/" />
<link rel="icon" href="%REACT_APP_META_FAVICON%" type="image/svg+xml" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="viewport" content="width=1000" />
<meta name="theme-color" content="#000000" />
<link rel="apple-touch-icon" href="%REACT_APP_META_APPLE_ICON%" />
<link rel="manifest" href="%REACT_APP_META_MANIFEST%" />
Expand Down
2 changes: 1 addition & 1 deletion src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { Network } from './types/network'

export const NUMBER_OF_ITEMS_ON_DASHBOARD = 5
export const FILTERING_ON_DASHBOARD = true
export const NUMBER_OF_ITEMS_ON_SEPARATE_PAGE = 10
export const NUMBER_OF_ITEMS_ON_SEPARATE_PAGE = 100
export const REFETCH_INTERVAL = 5000
export const API_MAX_TOTAL_COUNT = 1000

Expand Down
Loading