Skip to content

feat: Initial workspaces page route + skeleton #220

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 14 commits into from
Feb 16, 2022
Merged
Prev Previous commit
Next Next commit
Fix lint issues
  • Loading branch information
bryphe-coder committed Feb 9, 2022
commit 1cd5cf35f50f3b77d49870f964e0889ef9826b15
2 changes: 1 addition & 1 deletion site/components/Workspace/Workspace.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ export const WorkspaceHeader: React.FC<WorkspaceProps> = ({ workspace }) => {
*/
export const WorkspaceHeroIcon: React.FC = () => {
return (
<Box mr={"1em"}>
<Box mr="1em">
<CloudCircleIcon width={Constants.TitleIconSize} height={Constants.TitleIconSize} />
</Box>
)
Expand Down