Skip to content

Commit 6fbe777

Browse files
chore: add auggie icon (coder#19500)
add auggie icon
1 parent 7e23081 commit 6fbe777

File tree

3 files changed

+10
-0
lines changed

3 files changed

+10
-0
lines changed

site/src/theme/externalImages.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,7 @@ export function getExternalImageStylesFromUrl(
142142
*/
143143
export const defaultParametersForBuiltinIcons = new Map<string, string>([
144144
["/icon/apple-black.svg", "monochrome"],
145+
["/icon/auggie.svg", "monochrome"],
145146
["/icon/aws.png", "whiteWithColor&brightness=1.5"],
146147
["/icon/aws.svg", "blackWithColor&brightness=1.5"],
147148
["/icon/aws-monochrome.svg", "monochrome"],

site/src/theme/icons.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
"apple-black.svg",
88
"apple-grey.svg",
99
"argo-workflows.svg",
10+
"auggie.svg",
1011
"aws-dark.svg",
1112
"aws-light.svg",
1213
"aws-monochrome.svg",

site/static/icon/auggie.svg

Lines changed: 8 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)