From 337c26d93e1ebe2c8ddef561c19bb177348fe611 Mon Sep 17 00:00:00 2001 From: Shahil Yadav <144932369+shahil-yadav@users.noreply.github.com> Date: Fri, 12 Sep 2025 09:24:32 +0530 Subject: [PATCH] docs: Added "Leetcode Fonts" to the homepage --- docs/.vitepress/components/UsingWxtSection.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/.vitepress/components/UsingWxtSection.vue b/docs/.vitepress/components/UsingWxtSection.vue index 81dbf3818..4a4d8a2a0 100644 --- a/docs/.vitepress/components/UsingWxtSection.vue +++ b/docs/.vitepress/components/UsingWxtSection.vue @@ -102,6 +102,7 @@ const chromeExtensionIds = [ 'ehmoihnjgkdimihkhokkmfjdgomohjgm', // Filmbudd Pro - Simple, private – and synced ratings and watch notes across all your devices 'alglchohmdikgdjhafiicilegegieafa', // MultiField CopyCat - Copy, Paste & Autofill Web Forms Instantly 'aamihahiiogceidpbnfgehacgiecephe', // ChatSight - Add Table of Contents to ChatGPT + 'hinfimgacobnellbncbcpdlpaapcofaa', // Leetcode Fonts - Change fonts in leetcode effortlessly ]; const { data, err, isLoading } = useListExtensionDetails(chromeExtensionIds);