mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Add SectionTitleContainer in UserProfilesPage
This commit is contained in:
parent
db5472b3bb
commit
2fc9741d57
7 changed files with 48 additions and 33 deletions
|
@ -177,7 +177,11 @@ const NewUserPage: FunctionComponent = () => {
|
|||
return (
|
||||
<div ref={element}>
|
||||
<div className='content-primary'>
|
||||
<SectionTitleContainer title={globalize.translate('ButtonAddUser')}/>
|
||||
<SectionTitleContainer
|
||||
title={globalize.translate('HeaderAddUser')}
|
||||
isBtnVisible={false}
|
||||
titleLink='https://docs.jellyfin.org/general/server/users/'
|
||||
/>
|
||||
<form className='newUserProfileForm'>
|
||||
<div className='inputContainer'>
|
||||
<InputElement
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue