diff --git a/frontend/assets/graphics/graphite-logotype-solid.svg b/frontend/assets/graphics/graphite-logotype-solid.svg index 55e387d0..a7ef01b4 100644 --- a/frontend/assets/graphics/graphite-logotype-solid.svg +++ b/frontend/assets/graphics/graphite-logotype-solid.svg @@ -1,4 +1,4 @@ - + diff --git a/frontend/src-tauri/tauri.conf.json b/frontend/src-tauri/tauri.conf.json index 29a23efc..b59cdb5b 100644 --- a/frontend/src-tauri/tauri.conf.json +++ b/frontend/src-tauri/tauri.conf.json @@ -4,7 +4,7 @@ "beforeBuildCommand": "npm run build", "beforeDevCommand": "npm start", "distDir": "../public", - "devPath": "http://127.0.0.1:8080" + "devPath": "http://127.0.0.1:8080/" }, "package": { "productName": "Graphite", diff --git a/frontend/src/components/Editor.svelte b/frontend/src/components/Editor.svelte index a68f34bf..88976e47 100644 --- a/frontend/src/components/Editor.svelte +++ b/frontend/src/components/Editor.svelte @@ -1,7 +1,7 @@