DX-2758 Removed redocly attribution at the bottom of the sidebar

This commit is contained in:
Brian 2022-11-14 11:34:33 -05:00
parent 7fac1604e4
commit 44346dc46d

View File

@ -26,12 +26,6 @@ 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>
<a target="_blank" rel="noopener noreferrer" href="https://redocly.com/redoc/">
<RedoclyLogo />
API docs by Redocly
</a>
</RedocAttribution>
</PerfectScrollbarWrap> </PerfectScrollbarWrap>
); );
} }