Remove capital from octoprint widget

remove

add
This commit is contained in:
Michael Shamoon 2023-01-20 07:04:17 -08:00
parent 01eea51555
commit d27b795d81
5 changed files with 16 additions and 16 deletions

View file

@ -24,7 +24,7 @@ import navidrome from "./navidrome/widget";
import nextdns from "./nextdns/widget";
import npm from "./npm/widget";
import nzbget from "./nzbget/widget";
import octoPrint from "./octoPrint/widget";
import octoprint from "./octoprint/widget";
import omada from "./omada/widget";
import ombi from "./ombi/widget";
import opnsense from "./opnsense/widget";
@ -84,7 +84,7 @@ const widgets = {
nextdns,
npm,
nzbget,
octoPrint,
octoprint,
omada,
ombi,
opnsense,