diff --git a/changelog.md b/changelog.md
index 698fd5e..48f1f41 100644
--- a/changelog.md
+++ b/changelog.md
@@ -1,5 +1,8 @@
# The Modding Tree changelog:
+### v2.5.10.2 - 5/24/21
+- Fixed some things in the tree tab not being clickable.
+
### v2.5.10.1 - 5/23/21
- Actually fixed the tooltip issue.
diff --git a/demo.html b/demo.html
index 246dfff..cea99d9 100644
--- a/demo.html
+++ b/demo.html
@@ -94,7 +94,7 @@
+ v-bind:class="{ fullWidth: (player.tab == 'none' || player.navTab == 'none'), col: (player.tab !== 'none' && player.navTab !== 'none'), left: (player.tab !== 'none' && player.navTab !== 'none')}">
diff --git a/index.html b/index.html
index 2d31cbf..c7bcb46 100644
--- a/index.html
+++ b/index.html
@@ -63,7 +63,7 @@
col: (player.tab !== 'none' && player.navTab !== 'none'),
left: (player.tab !== 'none' && player.navTab !== 'none')}"
:style="{'margin-top': !readData(layoutInfo.showTree) && player.tab == 'info-tab' ? '50px' : ''}">
-
+
{{VERSION.withoutName}}