Skip to content

Commit 34c413e

Browse files
Merge pull request #10 from jhult/gh-pages
chore(website): update username from imshvc -> nurudinimsirovic
2 parents 759f56b + 72b352f commit 34c413e

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

js/constants.js

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
"use strict";
22

33
const AUTHOR_NAME = 'Nurudin Imširović';
4-
const GITHUB_PROFILE = 'https://github.com/imshvc';
5-
const GITHUB_RELEASES_URL = 'https://github.com/imshvc/windows-cursors-modern/releases/';
4+
const GITHUB_PROFILE = 'https://github.com/nurudinimsirovic';
5+
const GITHUB_RELEASES_URL = 'https://github.com/nurudinimsirovic/windows-cursors-modern/releases/';
66
const CURSOR_THEME = 'Windows Modern Cursors';
77
const CURSOR_DEFAULT_SIZE = 32;
88
const CURSOR_FILETYPE = 'png';
9-
const ASSETS_PATH = 'https://imshvc.github.io/windows-cursors-modern/assets/';
10-
const ASSETS_PATH_STATIC = 'https://imshvc.github.io/windows-cursors-modern/assets/png/static/';
11-
const ASSETS_PATH_ANIMATED = 'https://imshvc.github.io/windows-cursors-modern/assets/png/animated/';
12-
const HOTSPOT_JSON_PATH = 'https://imshvc.github.io/windows-cursors-modern/assets/hotspot.json';
9+
const ASSETS_PATH = 'https://nurudinimsirovic.github.io/windows-cursors-modern/assets/';
10+
const ASSETS_PATH_STATIC = 'https://nurudinimsirovic.github.io/windows-cursors-modern/assets/png/static/';
11+
const ASSETS_PATH_ANIMATED = 'https://nurudinimsirovic.github.io/windows-cursors-modern/assets/png/animated/';
12+
const HOTSPOT_JSON_PATH = 'https://nurudinimsirovic.github.io/windows-cursors-modern/assets/hotspot.json';
1313
const EOL = "\n";

0 commit comments

Comments
 (0)