From 8ecdbc52de3f623de50cba0ae086e48fac8b65e3 Mon Sep 17 00:00:00 2001 From: James Ritchie Date: Thu, 15 Dec 2022 16:24:54 +0000 Subject: [PATCH] Select workspace page styled --- apps/webapp/app/routes/__app/index.tsx | 31 ++++++++++++++++++++------ 1 file changed, 24 insertions(+), 7 deletions(-) diff --git a/apps/webapp/app/routes/__app/index.tsx b/apps/webapp/app/routes/__app/index.tsx index e1cca3377..04a1db461 100644 --- a/apps/webapp/app/routes/__app/index.tsx +++ b/apps/webapp/app/routes/__app/index.tsx @@ -1,4 +1,6 @@ +import { BookmarkIcon, PlusIcon } from "@heroicons/react/24/outline"; import { Link } from "@remix-run/react"; +import classNames from "classnames"; import { useOrganizations } from "~/hooks/useOrganizations"; import type { Organization } from "~/models/organization.server"; @@ -7,16 +9,23 @@ export default function AppLayout() { return ( <> -
-