chore: change side menu message (#1390)

This commit is contained in:
Sergey Dubovyk 2022-03-24 15:46:03 +01:00 committed by GitHub
parent d8916df303
commit de67df102a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,8 +25,8 @@ export class SideMenu extends React.Component<{ menu: MenuStore; className?: str
>
<MenuItems items={store.items} onActivate={this.activate} root={true} />
<RedocAttribution>
<a target="_blank" rel="noopener noreferrer" href="https://github.com/Redocly/redoc">
Documentation Powered by ReDoc
<a target="_blank" rel="noopener noreferrer" href="https://redocly.com/redoc/">
Documentation Powered by Redocly
</a>
</RedocAttribution>
</PerfectScrollbarWrap>