Skip to content

Commit 8daf4f3

Browse files
feat: add copyparty icon (coder#20440)
copy of coder#20415 since ci wont run on fork currently
1 parent 5c802c2 commit 8daf4f3

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

site/src/theme/externalImages.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,7 @@ export const defaultParametersForBuiltinIcons = new Map<string, string>([
149149
["/icon/aws-monochrome.svg", "monochrome"],
150150
["/icon/coder.svg", "monochrome"],
151151
["/icon/container.svg", "monochrome"],
152+
["/icon/copyparty.svg", "blackWithColor"],
152153
["/icon/database.svg", "monochrome"],
153154
["/icon/docker-white.svg", "monochrome"],
154155
["/icon/folder.svg", "monochrome"],

site/src/theme/icons.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
"conda.svg",
2828
"confluence.svg",
2929
"container.svg",
30+
"copyparty.svg",
3031
"cpp.svg",
3132
"cursor.svg",
3233
"database.svg",

site/static/icon/copyparty.svg

Lines changed: 1 addition & 0 deletions
Loading

0 commit comments

Comments
 (0)