Skip to content

Commit 169541f

Browse files
author
Affolter Matias
committed
Contributors are in terms of backer, to see devs go to source-code menu
1 parent 367edb8 commit 169541f

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

‎client/chunk_norris.min.js‎

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎service-worker.js‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"use strict";
2-
var REQUIRED_CACHE = "unless-update-cache-v540-required";
3-
var USEFUL_CACHE = "unless-update-cache-v540-useful";
4-
var STATIC_CACHE = "unless-update-cache-v540-static";
2+
var REQUIRED_CACHE = "unless-update-cache-v541-required";
3+
var USEFUL_CACHE = "unless-update-cache-v541-useful";
4+
var STATIC_CACHE = "unless-update-cache-v541-static";
55
var MAIN_CHILD_CHUNK_REGEX = /chunk_(main_[a-z0-9]+)\.min\.js$/i;
66
var CHILD_CHUNK_REGEX = /chunk_([0-9]+)\.min\.js$/i;
77

‎src/js/components/DrawerContent.js‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ class DrawerContent extends React.PureComponent {
171171
}} button onClick={this._open_pixel_page}>
172172
<ListItemText className={classes.boldListItemText} primary={"PIXEL-ART EDITOR!"} secondary={"NFTs LABORATORY..."}/>
173173
</ListItem>
174-
<ListItem button className={classes.listItemGrey} onClick={(event) => this._open_link(event, "https://github.com/pixa-pics/pixa-pics.github.io/graphs/contributors")}>
174+
<ListItem button className={classes.listItemGrey} onClick={(event) => this._open_link(event, "https://opencollective.com/pixapics")}>
175175
<ListItemIcon><PersonIcon className={classes.iconColor} /></ListItemIcon>
176176
<ListItemText primary="Contributors" />
177177
</ListItem>

0 commit comments

Comments
 (0)