+ Workspaces {workspaces && workspaces.workspacecount}
{filteredworkspaces && filteredworkspaces.length > 0 && filteredworkspaces.map(function (workspace, i) {
return
diff --git a/site/public/list.json b/site/public/list.json
index 3a5903d..96999de 100644
--- a/site/public/list.json
+++ b/site/public/list.json
@@ -1 +1 @@
-{"appcount":1,"apps":[{"name":"Chromium","icon":"chromium.png","description":"Chromium is a free and open-source browser, primarily developed and maintained by Google.","image":"kasmweb/chromium:develop","cores":2,"memory":2768,"gpu_count":0,"cpu_allocation":"inherit","docker_registry":"https://index.docker.io/v1/","volume_mappings":{},"config_override":{"hostname":"kasm"},"exec_config":{"go":{"cmd":"bash -c '/dockerstartup/custom_startup.sh --go --url \"$KASM_URL\"'"},"assign":{"cmd":"bash -c '/dockerstartup/custom_startup.sh --assign --url \"$KASM_URL\"'"}},"categories":["Browser"],"sha":"13126dde5f5338398a728debe459dd1106548aef"}]}
\ No newline at end of file
+{"workspacecount":1,"workspaces":[{"name":"Chromium","icon":"chromium.png","description":"Chromium is a free and open-source browser, primarily developed and maintained by Google.","image":"kasmweb/chromium:develop","cores":2,"memory":2768,"gpu_count":0,"cpu_allocation":"inherit","docker_registry":"https://index.docker.io/v1/","volume_mappings":{},"config_override":{"hostname":"kasm"},"exec_config":{"go":{"cmd":"bash -c '/dockerstartup/custom_startup.sh --go --url \"$KASM_URL\"'"},"assign":{"cmd":"bash -c '/dockerstartup/custom_startup.sh --assign --url \"$KASM_URL\"'"}},"categories":["Browser"],"sha":"13126dde5f5338398a728debe459dd1106548aef"}]}
\ No newline at end of file
diff --git a/site/styles/globals.css b/site/styles/globals.css
index 98898ad..cdf1325 100644
--- a/site/styles/globals.css
+++ b/site/styles/globals.css
@@ -5,8 +5,8 @@
@tailwind utilities;
body {
- @apply bg-gradient-to-tr from-slate-500 to-slate-300 min-h-[100vh] text-slate-700;
- font-family: 'Roboto', sans-serif;
+ @apply bg-gradient-to-tr from-slate-300 to-slate-300 min-h-screen text-slate-700;
+ font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
font-weight: 400;
}
diff --git a/site/yarn.lock b/site/yarn.lock
index a791b00..6f838fa 100644
--- a/site/yarn.lock
+++ b/site/yarn.lock
@@ -1179,7 +1179,7 @@ eslint-plugin-react@^7.31.7:
array.prototype.flatmap "^1.3.0"
doctrine "^2.1.0"
estraverse "^5.3.0"
- jsx-ast-utils "^2.4.1||^3.0.0"
+ jsx-ast-utils "^2.4.1 || ^3.0.0"
minimatch "^3.1.2"
object.entries "^1.1.5"
object.fromentries "^2.0.5"
@@ -1842,7 +1842,7 @@ loose-envify@^1.1.0, loose-envify@^1.4.0:
resolved "https://registry.npmjs.org/loose-envify/-/loose-envify-1.4.0.tgz"
integrity sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==
dependencies:
- js-tokens "^3.0.0||^4.0.0"
+ js-tokens "^3.0.0 || ^4.0.0"
lru-cache@^6.0.0:
version "6.0.0"