mirror of
https://github.com/owncast/owncast.git
synced 2024-10-10 19:16:02 +00:00
Fix broken Fediverse logo in admin. Closes #2380
This commit is contained in:
parent
efdce41d53
commit
9ddc41b2fc
@ -31,6 +31,8 @@ import { TEXTFIELD_PROPS_STREAM_TITLE } from '../utils/config-constants';
|
||||
import { ComposeFederatedPost } from './ComposeFederatedPost';
|
||||
import { UpdateArgs } from '../types/config-section';
|
||||
|
||||
import FediverseIcon from '../assets/images/fediverse-black.png';
|
||||
|
||||
export type MainLayoutProps = {
|
||||
children: ReactNode;
|
||||
};
|
||||
@ -226,8 +228,8 @@ export const MainLayout: FC<MainLayoutProps> = ({ children }) => {
|
||||
icon: (
|
||||
<img
|
||||
alt="fediverse icon"
|
||||
src="/admin/fediverse-white.png"
|
||||
width="15rem"
|
||||
src={FediverseIcon.src}
|
||||
width="17rem"
|
||||
style={{ opacity: 0.6, position: 'relative', top: '-1px' }}
|
||||
/>
|
||||
),
|
||||
|
Loading…
x
Reference in New Issue
Block a user