mirror of
https://github.com/Redocly/redoc.git
synced 2025-07-13 09:42:23 +03:00
chore: change side menu message (#1390)
This commit is contained in:
parent
d8916df303
commit
de67df102a
|
@ -25,8 +25,8 @@ export class SideMenu extends React.Component<{ menu: MenuStore; className?: str
|
||||||
>
|
>
|
||||||
<MenuItems items={store.items} onActivate={this.activate} root={true} />
|
<MenuItems items={store.items} onActivate={this.activate} root={true} />
|
||||||
<RedocAttribution>
|
<RedocAttribution>
|
||||||
<a target="_blank" rel="noopener noreferrer" href="https://github.com/Redocly/redoc">
|
<a target="_blank" rel="noopener noreferrer" href="https://redocly.com/redoc/">
|
||||||
Documentation Powered by ReDoc
|
Documentation Powered by Redocly
|
||||||
</a>
|
</a>
|
||||||
</RedocAttribution>
|
</RedocAttribution>
|
||||||
</PerfectScrollbarWrap>
|
</PerfectScrollbarWrap>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user