Skip to content

Commit 2145ab1

Browse files
authored
Merge pull request #3438 from swagger-api/ux-ui
Update topbar.jsx
2 parents 9939c01 + e04b96f commit 2145ab1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/plugins/add-plugin.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ SwaggerUI({
2020
})
2121
```
2222

23-
Or if you're updating the core plugins.. you'll add it to [src/js/bootstrap-plugin](https://github.com/SmartBear/swagger-ux/blob/master/src/js/bootstrap-plugin.js)
23+
Or if you're updating the core plugins.. you'll add it to the base preset: [src/core/presets/base.js](https://github.com/swagger-api/swagger-ui/blob/master/src/core/presets/base.js)
2424

2525
Each Plugin is a function that returns an object. That object will get merged with the `system` and later bound to the state.
2626
Here is an example of each `type`

src/plugins/topbar/topbar.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ export default class Topbar extends React.Component {
130130
<div className="wrapper">
131131
<div className="topbar-wrapper">
132132
<Link href="#" title="Swagger UX">
133-
<img height="30" width="30" src={ Logo } alt="Swagger UX"/>
133+
<img height="30" width="30" src={ Logo } alt="Swagger UI"/>
134134
<span>swagger</span>
135135
</Link>
136136
<form className="download-url-wrapper" onSubmit={formOnSubmit}>

0 commit comments

Comments
 (0)