feat: location.pathname based bar navigation + admin layout + separate
auth routes
This commit is contained in:
@ -41,7 +41,7 @@ const AccountList: FC = () => {
|
||||
</div>
|
||||
</div>
|
||||
))}
|
||||
<Link to="/login" state={location.state}>
|
||||
<Link to="/auth/login" state={location.state}>
|
||||
<div className="flex flex-row items-center p-4 border-gray-200 dark:border-gray-700/65 border-b border-r-0 border-l-0 select-none cursor-pointer hover:bg-gray-50/50 dark:hover:bg-gray-800/10 transition-colors mb-0">
|
||||
<div>
|
||||
<div className="rounded-full p-2 text-gray-900 dark:text-gray-200 mr-3">
|
||||
|
Reference in New Issue
Block a user