Merge branch 'master' into bug/resolver-interception
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
# Add a plugin
|
# Add a plugin
|
||||||
|
|
||||||
### Swagger-UX relies on plugins for all the good stuff.
|
### Swagger-UI relies on plugins for all the good stuff.
|
||||||
|
|
||||||
Plugins allow you to add
|
Plugins allow you to add
|
||||||
- `statePlugins`
|
- `statePlugins`
|
||||||
|
|||||||
@@ -129,7 +129,7 @@ export default class Topbar extends React.Component {
|
|||||||
<div className="topbar">
|
<div className="topbar">
|
||||||
<div className="wrapper">
|
<div className="wrapper">
|
||||||
<div className="topbar-wrapper">
|
<div className="topbar-wrapper">
|
||||||
<Link href="#" title="Swagger UX">
|
<Link href="#">
|
||||||
<img height="30" width="30" src={ Logo } alt="Swagger UI"/>
|
<img height="30" width="30" src={ Logo } alt="Swagger UI"/>
|
||||||
<span>swagger</span>
|
<span>swagger</span>
|
||||||
</Link>
|
</Link>
|
||||||
|
|||||||
Reference in New Issue
Block a user