Skip to content

Commit

Permalink
Merge pull request #106 from Duve3/main
Browse files Browse the repository at this point in the history
fix: Missing Members Icon in #105
  • Loading branch information
Gibbu committed Jul 21, 2023
2 parents dbf40b2 + ed2c5cd commit 0c77c32
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
5 changes: 5 additions & 0 deletions src/addons/_icons.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 0c77c32

Please sign in to comment.