diff --git a/vitepress/docs/src/pages/archive/fox_ir_v2_build_instructions.md b/vitepress/docs/src/pages/archive/fox_ir_v2_build_instructions.md
index ccb86b5..69d2343 100644
--- a/vitepress/docs/src/pages/archive/fox_ir_v2_build_instructions.md
+++ b/vitepress/docs/src/pages/archive/fox_ir_v2_build_instructions.md
@@ -79,6 +79,6 @@ Solder each side of the resistor. Be careful not to solder at too high of a temp
Basic full wiring diagram of IR PCBs V2.
-
+
The PCB that receives the 5V power is the one with the resistor. The second one, which gets its power from the ground pin of the first, does not have a resistor on it and its power input pin is the AR pin (After-Resistor). The 2nd PCBs ground pin goes to the ground of the system, in the diagram it is the ESPs ground pin.
diff --git a/vitepress/docs/src/static/image_settings/index.ts b/vitepress/docs/src/static/image_settings/index.ts
index d365f00..552601d 100644
--- a/vitepress/docs/src/static/image_settings/index.ts
+++ b/vitepress/docs/src/static/image_settings/index.ts
@@ -224,7 +224,7 @@ const image_settings = {
caption: "The LED is flipped in this Image, the green dot should face AWAY from the PCB.",
max_width: "max-width: 400px;"
},
- fox_ir_build_instructions_twelve: {
+ fox_ir_build_instructions_thirteen: {
url: "https://i.imgur.com/gopjVG3.png",
alt: "'drawing'",
max_width: "max-width: 500px;"
diff --git a/vitepress/docs/src/vue/CheckBoxList.vue b/vitepress/docs/src/vue/CheckBoxList.vue
index bd19f08..8a78806 100644
--- a/vitepress/docs/src/vue/CheckBoxList.vue
+++ b/vitepress/docs/src/vue/CheckBoxList.vue
@@ -15,9 +15,10 @@ const props = defineProps(['options']);