mirror of
https://github.com/Redocly/redoc.git
synced 2025-07-10 16:22:27 +03:00
DX-2758 Removed redocly attribution at the bottom of the sidebar
This commit is contained in:
parent
7fac1604e4
commit
44346dc46d
|
@ -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>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user