diff --git a/docs/docs/02_architecture/voyager.md b/docs/docs/02_architecture/voyager.md
index 86465f4134..6555776403 100644
--- a/docs/docs/02_architecture/voyager.md
+++ b/docs/docs/02_architecture/voyager.md
@@ -20,9 +20,9 @@ stateDiagram-v2
Actor --> Galois
Galois --> [*]
}
-
+
Processor --> Chains
Chains --> EventListener
```
-Voyager integrates over [gRPC](https://grpc.io/) with Galois to offload computation to dedicated hardware, with pending support for proving markets.
\ No newline at end of file
+Voyager integrates over [gRPC](https://grpc.io/) with Galois to offload computation to dedicated hardware, with pending support for proving markets.
diff --git a/site/.prettierrc b/site/.prettierrcbackup
similarity index 100%
rename from site/.prettierrc
rename to site/.prettierrcbackup
diff --git a/site/package.json b/site/package.json
index fae1188c12..8b5873946e 100644
--- a/site/package.json
+++ b/site/package.json
@@ -1,40 +1,40 @@
{
- "name": "union-site",
- "version": "0.0.1",
- "private": true,
- "scripts": {
- "dev": "vite dev",
- "build": "vite build",
- "preview": "vite preview",
- "check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
- "check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
- "lint": "prettier --plugin-search-dir . --check . && eslint .",
- "format": "prettier --plugin-search-dir . --write ."
- },
- "devDependencies": {
- "@sveltejs/adapter-static": "^2.0.2",
- "@sveltejs/kit": "^1.20.4",
- "@typescript-eslint/eslint-plugin": "^6.0.0",
- "@typescript-eslint/parser": "^6.0.0",
- "autoprefixer": "^10.4.16",
- "eslint": "^8.28.0",
- "eslint-config-prettier": "^8.5.0",
- "eslint-plugin-svelte": "^2.30.0",
- "mdsvex": "^0.11.0",
- "postcss": "^8.4.30",
- "postcss-load-config": "^4.0.1",
- "prettier": "^2.8.0",
- "prettier-plugin-svelte": "^3.0.3",
- "svelte": "^4.0.5",
- "svelte-check": "^3.4.3",
- "svelte-typewriter": "^3.1.6",
- "tailwindcss": "^3.3.3",
- "tslib": "^2.4.1",
- "typescript": "^5.0.0",
- "vite": "^4.4.2"
- },
- "type": "module",
- "dependencies": {
- "@sveltejs/adapter-static": "^2.0.3"
- }
+ "name": "union-site",
+ "version": "0.0.1",
+ "private": true,
+ "scripts": {
+ "dev": "vite dev",
+ "build": "vite build",
+ "preview": "vite preview",
+ "check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
+ "check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
+ "lint": "prettier --plugin-search-dir . --check . && eslint .",
+ "format": "prettier --plugin-search-dir . --write ."
+ },
+ "devDependencies": {
+ "@sveltejs/adapter-static": "^2.0.2",
+ "@sveltejs/kit": "^1.20.4",
+ "@typescript-eslint/eslint-plugin": "^6.0.0",
+ "@typescript-eslint/parser": "^6.0.0",
+ "autoprefixer": "^10.4.16",
+ "eslint": "^8.28.0",
+ "eslint-config-prettier": "^8.5.0",
+ "eslint-plugin-svelte": "^2.30.0",
+ "mdsvex": "^0.11.0",
+ "postcss": "^8.4.30",
+ "postcss-load-config": "^4.0.1",
+ "prettier": "^2.8.0",
+ "prettier-plugin-svelte": "^3.0.3",
+ "svelte": "^4.0.5",
+ "svelte-check": "^3.4.3",
+ "svelte-typewriter": "^3.1.6",
+ "tailwindcss": "^3.3.3",
+ "tslib": "^2.4.1",
+ "typescript": "^5.0.0",
+ "vite": "^4.4.2"
+ },
+ "type": "module",
+ "dependencies": {
+ "@sveltejs/adapter-static": "^2.0.3"
+ }
}
diff --git a/site/postcss.config.js b/site/postcss.config.js
index fb8b6624bd..de620e7700 100644
--- a/site/postcss.config.js
+++ b/site/postcss.config.js
@@ -1,6 +1,6 @@
-import tailwind from 'tailwindcss'
-import tailwindConfig from './tailwind.config.js'
-import autoprefixer from 'autoprefixer'
+import tailwind from "tailwindcss";
+import tailwindConfig from "./tailwind.config.js";
+import autoprefixer from "autoprefixer";
export default {
- plugins: [tailwind(tailwindConfig),autoprefixer]
-}
+ plugins: [tailwind(tailwindConfig), autoprefixer],
+};
diff --git a/site/src/app.css b/site/src/app.css
index 134e584555..0e05a3374e 100644
--- a/site/src/app.css
+++ b/site/src/app.css
@@ -3,20 +3,20 @@
@tailwind utilities;
@font-face {
- font-family: 'Inter';
- src: url('/fonts/Inter.var.woff2') format('woff2 supports variations'),
- url('/fonts/Inter.var.woff2') format('woff2-variations');
- font-weight: 100 1000;
+ font-family: "Inter";
+ src: url("/fonts/Inter.var.woff2") format("woff2 supports variations"),
+ url("/fonts/Inter.var.woff2") format("woff2-variations");
+ font-weight: 100 1000;
}
@font-face {
- font-family: 'Disket-Mono';
- src: url('/fonts/Disket-Mono-Regular.ttf') format('truetype');
- font-weight: 400;
+ font-family: "Disket-Mono";
+ src: url("/fonts/Disket-Mono-Regular.ttf") format("truetype");
+ font-weight: 400;
}
@font-face {
- font-family: 'Disket-Mono';
- src: url('/fonts/Disket-Mono-Bold.ttf') format('truetype');
- font-weight: 700;
+ font-family: "Disket-Mono";
+ src: url("/fonts/Disket-Mono-Bold.ttf") format("truetype");
+ font-weight: 700;
}
diff --git a/site/src/app.d.ts b/site/src/app.d.ts
index f59b884c51..899c7e8fca 100644
--- a/site/src/app.d.ts
+++ b/site/src/app.d.ts
@@ -1,12 +1,12 @@
// See https://kit.svelte.dev/docs/types#app
// for information about these interfaces
declare global {
- namespace App {
- // interface Error {}
- // interface Locals {}
- // interface PageData {}
- // interface Platform {}
- }
+ namespace App {
+ // interface Error {}
+ // interface Locals {}
+ // interface PageData {}
+ // interface Platform {}
+ }
}
export {};
diff --git a/site/src/app.html b/site/src/app.html
index d4cef1acce..600b5ad221 100644
--- a/site/src/app.html
+++ b/site/src/app.html
@@ -1,16 +1,20 @@
-
-
-
-
-
-
-
-
- %sveltekit.head%
-
-
- %sveltekit.body%
-
+
+
+
+
+
+
+
+
+
+ %sveltekit.head%
+
+
+ %sveltekit.body%
+
diff --git a/site/src/lib/Footer.svelte b/site/src/lib/Footer.svelte
index f414ad83f6..e82b565277 100644
--- a/site/src/lib/Footer.svelte
+++ b/site/src/lib/Footer.svelte
@@ -1,3 +1,5 @@
-