diff --git a/src/routes.js b/src/routes.js index 1b50255..79abc1c 100644 --- a/src/routes.js +++ b/src/routes.js @@ -86,7 +86,7 @@ if (enableSwagger) { .swagger-ui .auth-container .auth-btn-wrapper .authorize { font-size: 0; } .swagger-ui .auth-container .auth-btn-wrapper .authorize::before { content: "Autorizar"; font-size: 14px; } .swagger-ui .btn-group .btn { color: inherit; } - .swagger-ui .info .title small { display: none; } + .swagger-ui .info .title { display: none; } /* Logo customizada — swagger-ui-dist 5.x usa SVG inline, não . Ocultamos o SVG e o botão DarkMode e injetamos nosso img via JS. */