Skip to content

Commit 551eda4

Browse files
authored
Merge pull request #6 from Oreoxmt/ran-huang-patch-1
rm background color from logo
2 parents c7933f3 + df2e1a5 commit 551eda4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/addlogo.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ function addLogo(file, url, alt, href) {
44
const schema = JSON.parse(fs.readFileSync(file, 'utf8'));
55
schema["info"]["x-logo"] = {
66
"url": url,
7-
"backgroundColor": "#FFFFFF",
87
"altText": alt,
98
"href": href,
109
};

0 commit comments

Comments
 (0)