From 1d4b4a30d172996f7ce457213d4e1201a1613fe2 Mon Sep 17 00:00:00 2001 From: matty Date: Wed, 2 Apr 2025 12:30:26 -0400 Subject: [PATCH] fix icon --- client/common-client-plugin.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/common-client-plugin.js b/client/common-client-plugin.js index cc5e55a..4442589 100644 --- a/client/common-client-plugin.js +++ b/client/common-client-plugin.js @@ -43,7 +43,7 @@ async function register({ label, shortLabel: label, path: "/p/ncd-my-subscription", - icon: "trending", + icon: "film", }); return links; },