Skip to content

Commit

Permalink
Fix IDS
Browse files Browse the repository at this point in the history
  • Loading branch information
OrigamingWasTaken committed Jul 17, 2024
1 parent b05b1db commit 4fe62e4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions frontend/src/windows/main/pages/Credits.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
{
label: "Testers",
description: testerlist,
id: "devs_list",
id: "testers",
options: {
type: "none"
},
Expand All @@ -45,23 +45,23 @@
{
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"
},
},
{
label: "Svelte - https://svelte.dev",
description: "Framework used for the UI and frontend.",
id: "devs_list",
id: "svelte",
options: {
type: "none"
},
},
{
label: "Icons - https://icons8.com",
description: "All the icons used in the app.",
id: "devs_list",
id: "icons",
options: {
type: "none"
},
Expand Down

0 comments on commit 4fe62e4

Please sign in to comment.