We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c7933f3 + df2e1a5 commit 551eda4Copy full SHA for 551eda4
src/addlogo.js
@@ -4,7 +4,6 @@ function addLogo(file, url, alt, href) {
4
const schema = JSON.parse(fs.readFileSync(file, 'utf8'));
5
schema["info"]["x-logo"] = {
6
"url": url,
7
- "backgroundColor": "#FFFFFF",
8
"altText": alt,
9
"href": href,
10
};
0 commit comments