Skip to content

do not merge: prototyping of v2 workspaces of page #219

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

Closed
wants to merge 14 commits into from
Closed
Prev Previous commit
Next Next commit
Tweaks
  • Loading branch information
bryphe-coder committed Feb 1, 2022
commit de7d79beccc6b4ba4a99d7ef4f60b96be3205084
1 change: 1 addition & 0 deletions site/components/Workspace/Workspace.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,7 @@ export const Workspace: React.FC<WorkspaceProps> = ({ workspace }) => {
<ResourceRow name={"React App"} icon={"/static/react-icon.svg"} href={"placeholder"} status={"active"} />
</div>
</Paper>

<Paper elevation={0} className={styles.section}>
<Title>
<Typography variant="h6">Resources</Typography>
Expand Down