From 51392f20fa0341ac6864e4c0cfb682e8d29dc342 Mon Sep 17 00:00:00 2001 From: Burlone <108557545+burlone0@users.noreply.github.com> Date: Sun, 26 Jan 2025 17:29:03 +0100 Subject: [PATCH] Fixed banner --- README.md | 2 +- responses/contentpages.json | 18 +++++++++--------- responses/motdTarget.json | 2 +- structs/functions.js | 2 +- 4 files changed, 12 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 2717aa5..714f959 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Reload Backend -![Imgur](https://imgur.com/L06O0IJ.png) +![Imgur](https://i.imgur.com/ImIwpRm.png) Reload Backend is a universal Fortnite private server backend written in [JavaScript](https://en.wikipedia.org/wiki/JavaScript) diff --git a/responses/contentpages.json b/responses/contentpages.json index fa1b273..38cc4f2 100644 --- a/responses/contentpages.json +++ b/responses/contentpages.json @@ -209,7 +209,7 @@ "_type": "Battle Royale News", "messages": [ { - "image": "https://i.imgur.com/L06O0IJ.png", + "image": "https://i.imgur.com/ImIwpRm.png", "hidden": false, "_type": "CommonUI Simple Message Base", "adspace": "DISCORD!", @@ -218,7 +218,7 @@ "spotlight": false }, { - "image": "https://imgur.com/L06O0IJ.png", + "image": "https://i.imgur.com/ImIwpRm.png", "hidden": false, "_type": "CommonUI Simple Message Base", "adspace": "ENJOY!", @@ -1192,10 +1192,10 @@ "tournaments": [ { "title_color": "FFFFFF", - "loading_screen_image": "https://imgur.com/L06O0IJ.png", + "loading_screen_image": "https://i.imgur.com/ImIwpRm.png", "background_text_color": "1B1B1B", "background_right_color": "DD091A", - "poster_back_image": "https://imgur.com/L06O0IJ.png", + "poster_back_image": "https://i.imgur.com/ImIwpRm.png", "_type": "Tournament Display Info", "pin_earned_text": "Burlone is the winner!", "tournament_display_id": "s11_switchcup", @@ -1203,7 +1203,7 @@ "schedule_info": "November 2nd & 3rd: 2pm - 5pm JST", "primary_color": "FFFFFF", "flavor_description": "cool", - "poster_front_image": "https://imgur.com/L06O0IJ.png", + "poster_front_image": "https://i.imgur.com/ImIwpRm.png", "short_format_title": "Event Sessions", "title_line_2": "boomer", "title_line_1": "Solo", @@ -1213,7 +1213,7 @@ "long_format_title": "nice", "poster_fade_color": "DD091A", "secondary_color": "1B1B1B", - "playlist_tile_image": "https://imgur.com/L06O0IJ.png", + "playlist_tile_image": "https://i.imgur.com/ImIwpRm.png", "base_color": "FFFFFF" } ], @@ -6256,7 +6256,7 @@ "motds": [ { "entryType": "Website", - "image": "https://i.imgur.com/L06O0IJ.png", + "image": "https://i.imgur.com/ImIwpRm.png", "tileImage": "https://i.imgur.com/KaJkHgq.png", "videoMute": false, "hidden": false, @@ -6370,7 +6370,7 @@ "_type": "Battle Royale News", "messages": [ { - "image": "https://i.imgur.com/L06O0IJ.png", + "image": "https://i.imgur.com/ImIwpRm.png", "hidden": false, "_type": "CommonUI Simple Message Base", "adspace": "DISCORD!", @@ -6379,7 +6379,7 @@ "spotlight": false }, { - "image": "https://imgur.com/L06O0IJ.png", + "image": "https://i.imgur.com/ImIwpRm.png", "hidden": false, "_type": "CommonUI Simple Message Base", "adspace": "ENJOY!", diff --git a/responses/motdTarget.json b/responses/motdTarget.json index fe2dfff..7093e8b 100644 --- a/responses/motdTarget.json +++ b/responses/motdTarget.json @@ -28,7 +28,7 @@ { "width": 1920, "height": 1080, - "url": "https://i.imgur.com/L06O0IJ.png" + "url": "https://i.imgur.com/ImIwpRm.png" } ], "tabTitleOverride": "Reload Backend", diff --git a/structs/functions.js b/structs/functions.js index 880de0d..8396aa4 100644 --- a/structs/functions.js +++ b/structs/functions.js @@ -113,7 +113,7 @@ function getContentPages(req) { if (memory.build < 5.30) { news.forEach(mode => { contentpages[mode].news.messages[0].image = "https://cdn.discordapp.com/attachments/927739901540188200/930879507496308736/discord.png"; - contentpages[mode].news.messages[1].image = "https://imgur.com/L06O0IJ.png"; + contentpages[mode].news.messages[1].image = "https://i.imgur.com/ImIwpRm.png"; }); } } catch {}