Skip to content

Commit 09e5fc4

Browse files
authored
Merge pull request #211 from Vincent4486/removed-unnecessary-images
Removed unnecessasary images for the website
2 parents 431580c + d415e6f commit 09e5fc4

File tree

7 files changed

+6
-21
lines changed

7 files changed

+6
-21
lines changed

website/.vscode/launch.json

Lines changed: 0 additions & 15 deletions
This file was deleted.

website/screenshots/pic1.jpg

-1.51 MB
Binary file not shown.
-6.65 KB
Binary file not shown.
-6.59 KB
Binary file not shown.
-6.59 KB
Binary file not shown.
-6.54 KB
Binary file not shown.

website/script.js

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -197,12 +197,12 @@ const RIBBON_INVITE_PLACEHOLDER = {
197197
kind: 'invite'
198198
};
199199
const RIBBON_PLACEHOLDERS = [
200-
{ login: '__placeholder_1__', avatar_url: 'screenshots/pic1.jpg', html_url: '', placeholder: true },
201-
{ login: '__placeholder_2__', avatar_url: 'screenshots/pic1.jpg', html_url: '', placeholder: true },
202-
{ login: '__placeholder_3__', avatar_url: 'screenshots/pic1.jpg', html_url: '', placeholder: true },
203-
{ login: '__placeholder_4__', avatar_url: 'screenshots/pic1.jpg', html_url: '', placeholder: true },
204-
{ login: '__placeholder_5__', avatar_url: 'screenshots/pic1.jpg', html_url: '', placeholder: true },
205-
{ login: '__placeholder_6__', avatar_url: 'screenshots/pic1.jpg', html_url: '', placeholder: true }
200+
{ login: '__placeholder_1__', avatar_url: 'screenshots/pic1.webp', html_url: '', placeholder: true },
201+
{ login: '__placeholder_2__', avatar_url: 'screenshots/pic1.webp', html_url: '', placeholder: true },
202+
{ login: '__placeholder_3__', avatar_url: 'screenshots/pic1.webp', html_url: '', placeholder: true },
203+
{ login: '__placeholder_4__', avatar_url: 'screenshots/pic1.webp', html_url: '', placeholder: true },
204+
{ login: '__placeholder_5__', avatar_url: 'screenshots/pic1.webp', html_url: '', placeholder: true },
205+
{ login: '__placeholder_6__', avatar_url: 'screenshots/pic1.webp', html_url: '', placeholder: true }
206206
];
207207

208208
const ribbonState = {

0 commit comments

Comments
 (0)