Skip to content

Commit

Permalink
clean js
Browse files Browse the repository at this point in the history
  • Loading branch information
bartoval committed Dec 9, 2024
1 parent 31b3dfc commit 79eaa20
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions dist/swagger-initializer.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,5 @@ window.onload = function () {
presets: [SwaggerUIBundle.presets.apis, SwaggerUIStandalonePreset],
plugins: [SwaggerUIBundle.plugins.DownloadUrl],
layout: 'StandaloneLayout',
customCss: `
.swagger-ui .topbar {
background-color: #82caff;
}
.swagger-ui .topbar .topbar-wrapper img {
content: url('https://skupper.io/images/skupper-logo-horizontal.svg');
width: 150px;
height: auto;
}
`,
});
};

0 comments on commit 79eaa20

Please sign in to comment.