Skip to content

Commit

Permalink
Merge branch 'bug/user-profile-issue' of https://github.com/khemchand…
Browse files Browse the repository at this point in the history
…-twt11/website-dashboard into bug/user-profile-issue
  • Loading branch information
khemchand-twt11 committed Oct 9, 2023
2 parents 3002d34 + 01b799d commit 8a5ff15
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ const DISABLED = 'disabled';
const STATUS_BASE_URL_PROD = 'https://status.realdevsquad.com';
const STATUS_BASE_URL_STAGING = 'https://staging-status.realdevsquad.com';
const STATUS_BASE_URL = STATUS_BASE_URL_PROD;
const dummyPicture =
'https://dashboard.realdevsquad.com/users/images/avatar.png';
const dummyPicture = 'https://dashboard.realdevsquad.com/images/avatar.png';
const USER_MANAGEMENT_URL =
'https://dashboard.realdevsquad.com/users/details/?username=';
2 changes: 1 addition & 1 deletion users/discord/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="/style.css" />
<link rel="stylesheet" href="/users/discord/style.css" />
<title>Document</title>
<title>Discord Users | Real Dev Squad</title>
</head>
<body>
<header class="header">
Expand Down

0 comments on commit 8a5ff15

Please sign in to comment.