aboutsummaryrefslogtreecommitdiffstats
path: root/src/api
diff options
context:
space:
mode:
authorLibravatar Vijay A <avijayr@protonmail.com>2021-07-05 08:02:42 +0530
committerLibravatar Vijay Raghavan Aravamudhan <vraravam@users.noreply.github.com>2021-07-06 04:35:32 +0530
commitbaa62416e33bbb8f4205697c505ce950cb40b5e0 (patch)
tree3ffde77d5274e94a076e6855d17b50a338f8cff4 /src/api
parentUpdate submodules, browserslist data updates and linter fixes [skip ci] (diff)
downloadferdium-app-baa62416e33bbb8f4205697c505ce950cb40b5e0.tar.gz
ferdium-app-baa62416e33bbb8f4205697c505ce950cb40b5e0.tar.zst
ferdium-app-baa62416e33bbb8f4205697c505ce950cb40b5e0.zip
Removed references to png images since they were not being used anyways.
Diffstat (limited to 'src/api')
-rw-r--r--src/api/server/ServerApi.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/api/server/ServerApi.js b/src/api/server/ServerApi.js
index 8fdaed363..24d095556 100644
--- a/src/api/server/ServerApi.js
+++ b/src/api/server/ServerApi.js
@@ -624,7 +624,6 @@ export default class ServerApi {
624 624
625 recipe.icons = { 625 recipe.icons = {
626 svg: `${recipe.path}/icon.svg`, 626 svg: `${recipe.path}/icon.svg`,
627 png: `${recipe.path}/icon.png`,
628 }; 627 };
629 recipe.local = true; 628 recipe.local = true;
630 629