diff --git a/.eleventy.js b/.eleventy.js
index 7919edc1..91c32c94 100644
--- a/.eleventy.js
+++ b/.eleventy.js
@@ -1,5 +1,5 @@
 import syntaxHighlight from '@11ty/eleventy-plugin-syntaxhighlight'
-import tablerIcons from 'eleventy-plugin-tabler-icons'
+import tablerIcons from '@cdransf/eleventy-plugin-tablericons'
 import postGraph from '@rknightuk/eleventy-plugin-post-graph'
 
 import markdownIt from 'markdown-it'
diff --git a/package-lock.json b/package-lock.json
index 9c8547d2..6adbd4cf 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -26,10 +26,10 @@
         "@11ty/eleventy-plugin-rss": "^1.2.0",
         "@11ty/eleventy-plugin-syntaxhighlight": "^5.0.0",
         "@aws-sdk/client-s3": "^3.521.0",
+        "@cdransf/eleventy-plugin-tablericons": "^1.0.1",
         "@rknightuk/eleventy-plugin-post-graph": "^1.0.6",
         "child_process": "^1.0.2",
         "dotenv-flow": "^4.1.0",
-        "eleventy-plugin-tabler-icons": "^2.5.2",
         "html-minifier-terser": "^7.2.0",
         "ics-to-json-extended": "^1.1.4",
         "jsdom": "^24.0.0",
@@ -1212,6 +1212,12 @@
       "resolved": "https://registry.npmjs.org/@cdransf/api-text/-/api-text-1.2.2.tgz",
       "integrity": "sha512-3yzlvCsAwqrHjNHsgalT9HfuHac37hX80Nff0Pfw2RH9XsfCLoVJABfKeXA1BBr6/wSdOHUgOQyEYTubIiTGfg=="
     },
+    "node_modules/@cdransf/eleventy-plugin-tablericons": {
+      "version": "1.0.1",
+      "resolved": "https://registry.npmjs.org/@cdransf/eleventy-plugin-tablericons/-/eleventy-plugin-tablericons-1.0.1.tgz",
+      "integrity": "sha512-qt3fslCaeGV/Vi3Wt3Rtm0g55wo9tN/nwQlkvXCol293eabPUHtBVJgphJTHqzLdU6N8Zt3l4bPwt6sc4qURtw==",
+      "dev": true
+    },
     "node_modules/@cdransf/theme-toggle": {
       "version": "1.2.3",
       "resolved": "https://registry.npmjs.org/@cdransf/theme-toggle/-/theme-toggle-1.2.3.tgz",
@@ -3719,12 +3725,6 @@
         "node": ">=0.10.0"
       }
     },
-    "node_modules/eleventy-plugin-tabler-icons": {
-      "version": "2.5.2",
-      "resolved": "https://registry.npmjs.org/eleventy-plugin-tabler-icons/-/eleventy-plugin-tabler-icons-2.5.2.tgz",
-      "integrity": "sha512-3qVv8ENb3yTYEySKNlgjyrhl/+D2RRglCNsW+D4VPDGLAIrg8YK805XANnAa9ZzT8k01rkAd3i5LBsAJUi7gnA==",
-      "dev": true
-    },
     "node_modules/encodeurl": {
       "version": "1.0.2",
       "resolved": "https://registry.npmjs.org/encodeurl/-/encodeurl-1.0.2.tgz",
diff --git a/package.json b/package.json
index 018180ad..687e4bbf 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "coryd.dev",
-  "version": "7.9.1",
+  "version": "7.9.2",
   "description": "The source for my personal site. Built using 11ty.",
   "type": "module",
   "scripts": {
@@ -38,10 +38,10 @@
     "@11ty/eleventy-plugin-rss": "^1.2.0",
     "@11ty/eleventy-plugin-syntaxhighlight": "^5.0.0",
     "@aws-sdk/client-s3": "^3.521.0",
+    "@cdransf/eleventy-plugin-tablericons": "^1.0.1",
     "@rknightuk/eleventy-plugin-post-graph": "^1.0.6",
     "child_process": "^1.0.2",
     "dotenv-flow": "^4.1.0",
-    "eleventy-plugin-tabler-icons": "^2.5.2",
     "html-minifier-terser": "^7.2.0",
     "ics-to-json-extended": "^1.1.4",
     "jsdom": "^24.0.0",