Skip to content

Commit 5c8e641

Browse files
Merge branch 'develop' of https://github.com/Dhirenderchoudhary/website-dashboard into develop
2 parents 0c7f181 + 5463d34 commit 5c8e641

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

__tests__/home/home.test.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -431,19 +431,19 @@ describe('Home Page', () => {
431431
},
432432
{
433433
name: 'Status',
434-
link: 'https://my.realdevsquad.com/',
434+
link: 'https://www.realdevsquad.com/status',
435435
},
436436
{
437437
name: 'Profile',
438-
link: 'https://my.realdevsquad.com/profile',
438+
link: 'https://www.realdevsquad.com/profile',
439439
},
440440
{
441441
name: 'Tasks',
442-
link: 'https://my.realdevsquad.com/tasks',
442+
link: 'https://status.realdevsquad.com/tasks',
443443
},
444444
{
445445
name: 'Identity',
446-
link: 'https://my.realdevsquad.com/identity',
446+
link: 'https://www.realdevsquad.com/identity',
447447
},
448448
];
449449

mock-data/tasks-card-date-time-end-date-self/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ const superUserDetails = {
22
message: 'User returned successfully!',
33
user: {
44
id: 'XAF7rSUvk4p0d098qWYS',
5-
profileURL: 'https://my.realdevsquad.com/identity',
5+
profileURL: 'https://www.realdevsquad.com/identity',
66
discordJoinedAt: '2020-02-01T08:33:38.278000+00:00',
77
roles: {
88
archived: false,

mock-data/users/mockdata.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ const superUserDetails = {
3838
message: 'User returned successfully!',
3939
user: {
4040
id: 'XAF7rSUvk4p0d098qWYS',
41-
profileURL: 'https://my.realdevsquad.com/identity',
41+
profileURL: 'https://www.realdevsquad.com/identity',
4242
discordJoinedAt: '2020-02-01T08:33:38.278000+00:00',
4343
roles: {
4444
archived: false,

userLogin.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,19 @@ const DROPDOWN_OPTIONS = [
77
},
88
{
99
name: 'Status',
10-
link: 'https://my.realdevsquad.com/',
10+
link: 'https://www.realdevsquad.com/status',
1111
},
1212
{
1313
name: 'Profile',
14-
link: 'https://my.realdevsquad.com/profile',
14+
link: 'https://www.realdevsquad.com/profile',
1515
},
1616
{
1717
name: 'Tasks',
18-
link: 'https://my.realdevsquad.com/tasks',
18+
link: 'https://status.realdevsquad.com/tasks',
1919
},
2020
{
2121
name: 'Identity',
22-
link: 'https://my.realdevsquad.com/identity',
22+
link: 'https://www.realdevsquad.com/identity',
2323
},
2424
];
2525

0 commit comments

Comments
 (0)