File tree Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 55
55
flex-shrink : 0 ;
56
56
flex-grow : 0 ;
57
57
background : var (--vscode-foreground );
58
- padding : var (--spacing-xs );
58
+ padding : var (--spacing-xxs );
59
59
border-radius : 100% ;
60
60
width : 2rem ;
61
61
height : 2rem ;
Original file line number Diff line number Diff line change 1
1
//@ts -check
2
2
3
+ // This is the sourcery logo
3
4
const assistantAvatar = `<div class="sidebar__chat-assistant--chat-avatar-container">
4
- <img src="https://sourcery.ai/favicon-32x32.png?v=63c3364394c84cae06d42bc320066118" alt="Sourcery logo"
5
- class="sidebar__chat-assistant--agent-avatar-image" />
5
+ <svg viewBox="0 0 1037.1 1037.1" xml:space="preserve" xmlns="http://www.w3.org/2000/svg">
6
+ <polygon fill="#FFFFFF" points="527.2 74.6 100.9 304.3 100.9 513.7 100.9 656.7 100.9 733.3 518.3 963.1 935.7 733.3 935.7 646.5 935.7 513.7 935.7 294.1"/>
7
+ <polygon fill="#31313A" points="100.9 656.7 527.2 426.9 935.7 646.5 935.7 733.3 518.3 963.1 100.9 733.3"/>
8
+ <polygon fill="#F7931E" fill-opacity="0.8" points="518.3 521 518.3 963.1 100.9 733.3 100.9 304.3"/>
9
+ <polygon fill="#F7931E" fill-opacity="0.7" points="935.7 294.1 935.7 733.3 518.3 963.1 518.3 521"/>
10
+ <polygon fill="#FBB03B" fill-opacity="0.8" points="100.9 304.3 527.2 74.6 935.7 294.1 935.7 513.7 518.3 743.5 100.9 513.7"/>
11
+ </svg>
6
12
</div>` ;
7
13
8
14
const chatAvatar = `<div class="sidebar__chat-assistant--chat-avatar-container">
You can’t perform that action at this time.
0 commit comments