mirror of
https://github.com/owncast/owncast.git
synced 2025-11-02 03:54:54 +08:00
* fix: #1904 CSS Improvements on Admin Page * Prettified Code! --------- Co-authored-by: thisProjects <wibbet@wobbet.com> Co-authored-by: thisprojects <thisprojects@users.noreply.github.com>
This commit is contained in:
@ -277,7 +277,7 @@ export const MainLayout: FC<MainLayoutProps> = ({ children }) => {
|
||||
},
|
||||
];
|
||||
return (
|
||||
<Layout className={appClass}>
|
||||
<Layout id="admin-page" className={appClass}>
|
||||
<Head>
|
||||
<title>Owncast Admin</title>
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="/img/favicon/favicon-32x32.png" />
|
||||
|
||||
Reference in New Issue
Block a user