mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-27 10:56:16 -04:00
Fixed admin panel
This commit is contained in:
parent
178fe7c24d
commit
08f199178d
2 changed files with 5 additions and 4 deletions
|
@ -94,7 +94,9 @@ export const App = () => {
|
|||
<Crown width={40} height={40}/>
|
||||
<h1>Etherpad</h1>
|
||||
</span>
|
||||
<ul>
|
||||
<ul onClick={()=>{
|
||||
setSidebarOpen(false)
|
||||
}}>
|
||||
<li><NavLink to="/plugins"><Cable/><Trans i18nKey="admin_plugins"/></NavLink></li>
|
||||
<li><NavLink to={"/settings"}><Wrench/><Trans i18nKey="admin_settings"/></NavLink></li>
|
||||
<li><NavLink to={"/help"}> <Construction/> <Trans i18nKey="admin_plugins_info"/></NavLink></li>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue