mirror of
https://github.com/owncast/owncast.git
synced 2025-11-01 10:55:57 +08:00
Move icons to public directory. Fixes #2573
This commit is contained in:
@ -31,8 +31,6 @@ 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;
|
||||
};
|
||||
@ -206,7 +204,7 @@ export const MainLayout: FC<MainLayoutProps> = ({ children }) => {
|
||||
icon: (
|
||||
<img
|
||||
alt="fediverse icon"
|
||||
src={FediverseIcon.src}
|
||||
src="/img/fediverse-black.png"
|
||||
width="17rem"
|
||||
style={{ opacity: 0.6, position: 'relative', top: '-1px' }}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user