mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-17 05:10:31 +00:00
spelling: avatar
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
@@ -128,10 +128,10 @@ export function ProjectSuggestField({
|
||||
}
|
||||
|
||||
const AvatarSelect = ({ text }) => {
|
||||
return <AvaterContent>{firstLettersArgs(text?.name)}</AvaterContent>;
|
||||
return <AvatarContent>{firstLettersArgs(text?.name)}</AvatarContent>;
|
||||
};
|
||||
|
||||
const AvaterContent = styled.div`
|
||||
const AvatarContent = styled.div`
|
||||
display: inline-block;
|
||||
background: #adbcc9;
|
||||
text-align: center;
|
||||
|
||||
Reference in New Issue
Block a user