mirror of
https://github.com/stoatchat/for-legacy-web.git
synced 2026-03-08 01:45:28 +00:00
Re-organise assets to be closer to their respective uses.
This commit is contained in:
@@ -8,7 +8,8 @@ interface Props extends IconBaseProps<Channels.GroupChannel | Channels.TextChann
|
||||
isServerChannel?: boolean;
|
||||
}
|
||||
|
||||
const fallback = '/assets/group.png';
|
||||
import fallback from './assets/group.png';
|
||||
|
||||
export default function ChannelIcon(props: Props & Omit<JSX.HTMLAttributes<HTMLImageElement>, keyof Props>) {
|
||||
const client = useContext(AppContext);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user