From 4fe62e474d61fa88cc1d9801a8490db9605ca419 Mon Sep 17 00:00:00 2001 From: OrigamingWasTaken <74014262+OrigamingWasTaken@users.noreply.github.com> Date: Wed, 17 Jul 2024 22:51:10 +0200 Subject: [PATCH] Fix IDS --- frontend/src/windows/main/pages/Credits.svelte | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/frontend/src/windows/main/pages/Credits.svelte b/frontend/src/windows/main/pages/Credits.svelte index 28f79c2..8a9503c 100644 --- a/frontend/src/windows/main/pages/Credits.svelte +++ b/frontend/src/windows/main/pages/Credits.svelte @@ -30,7 +30,7 @@ { label: "Testers", description: testerlist, - id: "devs_list", + id: "testers", options: { type: "none" }, @@ -45,7 +45,7 @@ { label: "NeutralinoJS - https://neutralino.js.org", description: "The framework used to access the filesystem, etc... and package html,js and css as an app.", - id: "devs_list", + id: "neutralino", options: { type: "none" }, @@ -53,7 +53,7 @@ { label: "Svelte - https://svelte.dev", description: "Framework used for the UI and frontend.", - id: "devs_list", + id: "svelte", options: { type: "none" }, @@ -61,7 +61,7 @@ { label: "Icons - https://icons8.com", description: "All the icons used in the app.", - id: "devs_list", + id: "icons", options: { type: "none" },