mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-08-08 04:36:13 +08:00
fix: setting style and replace refer
This commit is contained in:
@@ -3,6 +3,7 @@ import { stringToColour } from '@/utils';
|
||||
interface IWorkspaceAvatar {
|
||||
size: number;
|
||||
name: string;
|
||||
avatar: string;
|
||||
}
|
||||
|
||||
export const WorkspaceAvatar = (props: IWorkspaceAvatar) => {
|
||||
|
||||
Reference in New Issue
Block a user