From bf5acc1f40af3fb1ed37e0f7725666d3fcce77e7 Mon Sep 17 00:00:00 2001 From: kyle Date: Thu, 17 May 2018 16:00:26 -0700 Subject: [PATCH] fix(topbar): remove href from Swagger logo (#4566) Fixes #4527. - this `href` didn't serve any visible or known purpose - it was added before prior to 3.0.0 and has not been modified since - see UX 8ab65d3b - the `Link` was kept, since the anchor was needed to preserve the current layout. --- src/plugins/topbar/topbar.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/topbar/topbar.jsx b/src/plugins/topbar/topbar.jsx index def1eb6f..239330d1 100644 --- a/src/plugins/topbar/topbar.jsx +++ b/src/plugins/topbar/topbar.jsx @@ -140,7 +140,7 @@ export default class Topbar extends React.Component {
- + Swagger UI swagger