From fd436a0d633ddbb2ad9fd47e8eb9beb4e3a11d7c Mon Sep 17 00:00:00 2001 From: Jeremie Corpinot <5097282+rootasjey@users.noreply.github.com> Date: Wed, 4 Dec 2024 23:00:23 +0100 Subject: [PATCH] docs: Add "aesthetic Notion, styled" to homepage (#1247) --- 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 bf67438e..baa67c2f 100644 --- a/docs/.vitepress/components/UsingWxtSection.vue +++ b/docs/.vitepress/components/UsingWxtSection.vue @@ -59,6 +59,7 @@ const chromeExtensionIds = [ 'macmkmchfoclhpbncclinhjflmdkaoom', // Wandpen - Instantly improve your writing with AI 'lhmgechokhmdekdpgkkemoeecelcaonm', // YouTube Hider - Remove Comments By Keywords, Usernames & Tools 'imgheieooppmahcgniieddodaliodeeg', // QA Compass - Record standardized bug reports easily + 'npgghjedpchajflknnbngajkjkdhncdo', // aesthetic Notion, styled ]; const { data, err, isLoading } = useListExtensionDetails(chromeExtensionIds);