1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

Fix stuck page titles on admin dashboard (#5735)

* Fixed stuck page titles on admin dashboard.

* Updating contributors
This commit is contained in:
venkata nadha reddy 2024-07-19 16:53:44 +00:00 committed by GitHub
parent 3c1e515172
commit 3d9a119d38
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
22 changed files with 22 additions and 19 deletions

View file

@ -142,6 +142,7 @@ const PlaybackTrickplay: FC = () => {
<Page
id='trickplayConfigurationPage'
className='mainAnimatedPage type-interior playbackConfigurationPage'
title={globalize.translate('Trickplay')}
>
<div ref={element} className='content-primary'>
<div className='verticalSection'>

View file

@ -159,6 +159,7 @@ const UserProfiles = () => {
<Page
id='userProfilesPage'
className='mainAnimatedPage type-interior userProfilesPage fullWidthContent'
title={globalize.translate('HeaderUsers')}
>
<div ref={element} className='content-primary'>
<div className='verticalSection'>