diff --git a/public/banner.png b/public/banner.png
new file mode 100644
index 0000000..516715b
Binary files /dev/null and b/public/banner.png differ
diff --git a/public/tauri.svg b/public/tauri.svg
deleted file mode 100644
index 31b62c9..0000000
--- a/public/tauri.svg
+++ /dev/null
@@ -1,6 +0,0 @@
-
diff --git a/public/vite.svg b/public/vite.svg
deleted file mode 100644
index e7b8dfb..0000000
--- a/public/vite.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json
index a5a54ae..c9dad7a 100644
--- a/src-tauri/tauri.conf.json
+++ b/src-tauri/tauri.conf.json
@@ -43,7 +43,7 @@
},
"enable": true
},
- "csp": "default-src 'self'; img-src 'self' asset: https://asset.localhost; connect-src ipc: http://ipc.localhost"
+ "csp": "default-src 'self'; img-src 'self' asset: https://asset.localhost; connect-src 'self' https://sentry.nb.no ipc: http://ipc.localhost"
},
"windows": [
{
diff --git a/src/App.tsx b/src/App.tsx
index 53aa269..1ddd09d 100644
--- a/src/App.tsx
+++ b/src/App.tsx
@@ -96,7 +96,7 @@ const Content: React.FC = ({ openSettings, setOpenSettings }) => {
if (loggedOut && !isLoggingIn) {
return (
-
+
);
@@ -105,7 +105,7 @@ const Content: React.FC = ({ openSettings, setOpenSettings }) => {
if (isLoggingIn && !authResponse) {
return (
-
+
Nytt innloggingsvindu åpnet, vennligst logg inn der...
);
@@ -114,7 +114,7 @@ const Content: React.FC = ({ openSettings, setOpenSettings }) => {
if (!authResponse) {
return (
-
+
);
diff --git a/vite.config.ts b/vite.config.ts
index d420d20..dd62db9 100644
--- a/vite.config.ts
+++ b/vite.config.ts
@@ -6,7 +6,6 @@ const host = process.env.TAURI_DEV_HOST;
// https://vitejs.dev/config/
export default defineConfig(async () => ({
plugins: [react()],
-
// Vite options tailored for Tauri development and only applied in `tauri dev` or `tauri build`
//
// 1. prevent vite from obscuring rust errors