Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…ashboard into Fix/fix-the-broken-UI-of-discord-users-in-mobile-view
  • Loading branch information
ankitbajpai65 committed Oct 9, 2023
2 parents 3f44b08 + 8de36dd commit 964075d
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 @@ -27,7 +27,6 @@ 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>
<div class="overlay" id="overlay"></div>
Expand Down

0 comments on commit 964075d

Please sign in to comment.