mirror of
				https://github.com/NginxProxyManager/nginx-proxy-manager.git
				synced 2025-10-31 07:43:33 +00:00 
			
		
		
		
	| @@ -1,5 +1,5 @@ | |||||||
| import { IconLock, IconLogout, IconUser } from "@tabler/icons-react"; | import { IconLock, IconLogout, IconUser } from "@tabler/icons-react"; | ||||||
| import { LocalePicker, ThemeSwitcher } from "src/components"; | import { LocalePicker, ThemeSwitcher, NavLink } from "src/components"; | ||||||
| import { useAuthState } from "src/context"; | import { useAuthState } from "src/context"; | ||||||
| import { useUser } from "src/hooks"; | import { useUser } from "src/hooks"; | ||||||
| import { T } from "src/locale"; | import { T } from "src/locale"; | ||||||
| @@ -26,16 +26,18 @@ export function SiteHeader() { | |||||||
| 					<span className="navbar-toggler-icon" /> | 					<span className="navbar-toggler-icon" /> | ||||||
| 				</button> | 				</button> | ||||||
| 				<div className="navbar-brand navbar-brand-autodark d-none-navbar-horizontal pe-0 pe-md-3"> | 				<div className="navbar-brand navbar-brand-autodark d-none-navbar-horizontal pe-0 pe-md-3"> | ||||||
| 					<span className={styles.logo}> |                     <NavLink to="/"> | ||||||
| 						<img |                         <div className={styles.logo}> | ||||||
| 							src="/images/logo-no-text.svg" |                             <img | ||||||
| 							width={40} |                                 src="/images/logo-no-text.svg" | ||||||
| 							height={40} |                                 width={40} | ||||||
| 							className="navbar-brand-image" |                                 height={40} | ||||||
| 							alt="Logo" |                                 className="navbar-brand-image" | ||||||
| 						/> |                                 alt="Logo" | ||||||
| 						Nginx Proxy Manager |                             /> | ||||||
| 					</span> |                         </div> | ||||||
|  |                         Nginx Proxy Manager | ||||||
|  |                     </NavLink> | ||||||
| 				</div> | 				</div> | ||||||
| 				<div className="navbar-nav flex-row order-md-last"> | 				<div className="navbar-nav flex-row order-md-last"> | ||||||
| 					<div className="d-none d-md-flex"> | 					<div className="d-none d-md-flex"> | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user