mirror of https://github.com/VERT-sh/VERT.git
fix: spelling mistake in vertd settings
This commit is contained in:
parent
89a8b5366d
commit
775b012297
|
@ -72,7 +72,7 @@
|
||||||
of your GPU to do it as quickly as possible.
|
of your GPU to do it as quickly as possible.
|
||||||
</p>
|
</p>
|
||||||
<p class="text-sm text-muted font-normal">
|
<p class="text-sm text-muted font-normal">
|
||||||
We currently don't provide an hosted instance due to the
|
We currently don't provide a hosted instance due to the
|
||||||
upkeep costs. However, it's quite easy to host one on your
|
upkeep costs. However, it's quite easy to host one on your
|
||||||
own PC or server if you know what you're doing. You can
|
own PC or server if you know what you're doing. You can
|
||||||
download the server binaries <a
|
download the server binaries <a
|
||||||
|
@ -125,7 +125,6 @@
|
||||||
}
|
}
|
||||||
})()}
|
})()}
|
||||||
onselect={(selected) => {
|
onselect={(selected) => {
|
||||||
console.log(selected);
|
|
||||||
switch (selected) {
|
switch (selected) {
|
||||||
case "Very Slow":
|
case "Very Slow":
|
||||||
settings.vertdSpeed = "verySlow";
|
settings.vertdSpeed = "verySlow";
|
||||||
|
|
Loading…
Reference in New Issue