Fixed admin panel

This commit is contained in:
SamTv12345 2024-09-13 15:44:19 +02:00
parent 178fe7c24d
commit 08f199178d
2 changed files with 5 additions and 4 deletions

View file

@ -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>