Skip to content

Commit 1cd5cf3

Browse files
committed
Fix lint issues
1 parent 73c9f6c commit 1cd5cf3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/components/Workspace/Workspace.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ export const WorkspaceHeader: React.FC<WorkspaceProps> = ({ workspace }) => {
5757
*/
5858
export const WorkspaceHeroIcon: React.FC = () => {
5959
return (
60-
<Box mr={"1em"}>
60+
<Box mr="1em">
6161
<CloudCircleIcon width={Constants.TitleIconSize} height={Constants.TitleIconSize} />
6262
</Box>
6363
)

0 commit comments

Comments
 (0)