diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index d764ebb..ff77637 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -10,7 +10,7 @@ This will help you get started. - Basic knowledge of the terminal/command prompt. Install Dependencies: -Open a terminal/command prompt and use the following command: `npm run install` in the Fluent folder. +Open a terminal/command prompt and use the following command: `npm install` in the Fluent folder. ## Development diff --git a/src/addons/_icons.scss b/src/addons/_icons.scss index 5fa38ec..d4ce5e9 100644 --- a/src/addons/_icons.scss +++ b/src/addons/_icons.scss @@ -74,6 +74,11 @@ svg:has(path[d^='M17 11V7C17 4.243']) { mask-image: url(mono.$lock-closed); } + + // Members channel + svg:has(path[d^='M14 8.00598C14 10.211 12.206 12.006']) { + mask-image: url(mono.$people); + } // Channel modifiers (locked/threads) .iconContainer-21RCa3 {