Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73c9f6c commit 1cd5cf3Copy full SHA for 1cd5cf3
site/components/Workspace/Workspace.tsx
@@ -57,7 +57,7 @@ export const WorkspaceHeader: React.FC<WorkspaceProps> = ({ workspace }) => {
57
*/
58
export const WorkspaceHeroIcon: React.FC = () => {
59
return (
60
- <Box mr={"1em"}>
+ <Box mr="1em">
61
<CloudCircleIcon width={Constants.TitleIconSize} height={Constants.TitleIconSize} />
62
</Box>
63
)
0 commit comments