spelling: avatar

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref
2023-06-19 01:36:48 -04:00
parent e214b86a62
commit 2c9739ac91
5 changed files with 8 additions and 8 deletions

View File

@@ -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;