From 6420c5b353f4ac4fbeea7b8d20edee9466c65612 Mon Sep 17 00:00:00 2001 From: derpystuff <3515180-derpystuff@users.noreply.gitlab.com> Date: Wed, 11 Oct 2023 17:07:59 +0200 Subject: [PATCH] i forgot this file --- labscore/utils/statics.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/labscore/utils/statics.js b/labscore/utils/statics.js index f0f83c1..d2213e0 100644 --- a/labscore/utils/statics.js +++ b/labscore/utils/statics.js @@ -16,6 +16,10 @@ const Statics = Object.freeze({ file: "brands/bing.png", revision: 0 }, + chatgpt: { + file: "brands/chatgpt.png", + revision: 0 + }, emojipedia: { file: "brands/emojipedia.png", revision: 2 @@ -137,6 +141,7 @@ module.exports.STATICS = Object.freeze({ applemaps: staticAsset(Statics.brands.applemaps), bard: staticAsset(Statics.brands.bard), bing: staticAsset(Statics.brands.bing), + chatgpt: staticAsset(Statics.brands.chatgpt), genius: staticAsset(Statics.brands.genius), google: staticAsset(Statics.brands.google), emojipedia: staticAsset(Statics.brands.emojipedia),