From 8a591750fc49b8b9c5d574ad1f3014d86b239a03 Mon Sep 17 00:00:00 2001 From: Mirco Wittrien Date: Thu, 21 Jan 2021 16:51:41 +0100 Subject: [PATCH] stuff --- Plugins/PluginRepo/PluginRepo.plugin.js | 2 +- Plugins/ThemeRepo/ThemeRepo.plugin.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Plugins/PluginRepo/PluginRepo.plugin.js b/Plugins/PluginRepo/PluginRepo.plugin.js index f14d7d1f35..87f8f0c43b 100644 --- a/Plugins/PluginRepo/PluginRepo.plugin.js +++ b/Plugins/PluginRepo/PluginRepo.plugin.js @@ -116,7 +116,7 @@ module.exports = (_ => { DESC: "descending" }; - const pluginRepoIcon = ``; + const pluginRepoIcon = ``; const RepoListComponent = class PluginList extends BdApi.React.Component { componentDidMount() { diff --git a/Plugins/ThemeRepo/ThemeRepo.plugin.js b/Plugins/ThemeRepo/ThemeRepo.plugin.js index 5676426499..6ed9dee164 100644 --- a/Plugins/ThemeRepo/ThemeRepo.plugin.js +++ b/Plugins/ThemeRepo/ThemeRepo.plugin.js @@ -116,7 +116,7 @@ module.exports = (_ => { DESC: "descending" }; - const themeRepoIcon = ``; + const themeRepoIcon = ``; const RepoListComponent = class ThemeList extends BdApi.React.Component { componentDidMount() {