Merge pull request #16686 from kubealex/patch-2

Fix default icon for plugins broken link
This commit is contained in:
Patrik Oldsberg
2023-03-07 18:05:19 +01:00
committed by GitHub
+1 -1
View File
@@ -24,7 +24,7 @@ const truncate = text =>
const newForDays = 100;
const addPluginDocsLink = '/docs/plugins/add-to-marketplace';
const defaultIconUrl = 'img/logo-gradient-on-dark.svg';
const defaultIconUrl = '/img/logo-gradient-on-dark.svg';
const Plugins = () => (
<main className="MainContent">