diff --git a/docs/games/iidx10/setup.md b/docs/games/iidx10/setup.md
index 30e84ee..f99f9ab 100644
--- a/docs/games/iidx10/setup.md
+++ b/docs/games/iidx10/setup.md
@@ -159,10 +159,10 @@
Below is an example of how both look like.
??? info "Linear"
-
+
??? info "Point"
-
+
It comes down to your own prefrence what you decide on, `Linear` is less sharp but doesn't have pixel perfect edges. `Point` is sharp and is pixel perfect.
@@ -216,6 +216,7 @@
gfx.scale_back_buffer_filter=linear
gfx.scale_back_buffer_filter=point
```
+
---
### First launch
diff --git a/mkdocs.yml b/mkdocs.yml
index c0bea6c..237d291 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -15,7 +15,7 @@ nav:
- "Troubleshooting": "games/iidx9/troubleshooting.md"
- "IIDX 10th style":
- "First Time Setup": "games/iidx10/setup.md"
- - "Common Problems/Tips": "games/iidx10/troubleshooting.md"
+ - "Troubleshooting": "games/iidx10/troubleshooting.md"
- "IIDX 11 IIDX RED":
- "First Time Setup": "games/iidx11/setup.md"
- "Troubleshooting": "games/iidx11/troubleshooting.md"