diff --git a/charts/trek/Chart.yaml b/charts/trek/Chart.yaml
index 914f839d..71765000 100644
--- a/charts/trek/Chart.yaml
+++ b/charts/trek/Chart.yaml
@@ -1,5 +1,5 @@
apiVersion: v2
name: trek
-version: 2.9.13
+version: 2.9.14
description: Minimal Helm chart for TREK app
-appVersion: "2.9.13"
+appVersion: "2.9.14"
diff --git a/client/package-lock.json b/client/package-lock.json
index 42ad8db8..75302296 100644
--- a/client/package-lock.json
+++ b/client/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "trek-client",
- "version": "2.9.13",
+ "version": "2.9.14",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "trek-client",
- "version": "2.9.13",
+ "version": "2.9.14",
"dependencies": {
"@react-pdf/renderer": "^4.3.2",
"axios": "^1.6.7",
diff --git a/client/package.json b/client/package.json
index de4bf795..bc800289 100644
--- a/client/package.json
+++ b/client/package.json
@@ -1,6 +1,6 @@
{
"name": "trek-client",
- "version": "2.9.13",
+ "version": "2.9.14",
"private": true,
"type": "module",
"scripts": {
diff --git a/client/src/components/Admin/GitHubPanel.tsx b/client/src/components/Admin/GitHubPanel.tsx
index 02008da2..2dcc16ce 100644
--- a/client/src/components/Admin/GitHubPanel.tsx
+++ b/client/src/components/Admin/GitHubPanel.tsx
@@ -163,7 +163,7 @@ export default function GitHubPanel({ isPrerelease = false }: { isPrerelease?: b
v{appVersion}
- e.currentTarget.style.background = '#5865F220'}
onMouseLeave={e => e.currentTarget.style.background = 'var(--bg-tertiary)'}
diff --git a/client/src/components/Settings/AboutTab.tsx b/client/src/components/Settings/AboutTab.tsx
index 26cb3ad3..d1fd0ce0 100644
--- a/client/src/components/Settings/AboutTab.tsx
+++ b/client/src/components/Settings/AboutTab.tsx
@@ -66,7 +66,7 @@ export default function AboutTab({ appVersion }: Props): React.ReactElement {