Skip to content

Commit 5fd8eab

Browse files
colin-grant-worklaemmleint
authored andcommitted
Use camelCase in React SVG (eclipse-theia#15367)
1 parent a0f0410 commit 5fd8eab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/ai-ide/src/browser/ide-chat-welcome-message-provider.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ const TheiaIdeAiLogo = ({ width = 200, height = 200, className = '' }) =>
3131
>
3232
<rect x="55" y="45" width="90" height="85" rx="30" fill="var(--theia-disabledForeground)" />
3333

34-
<line x1="100" y1="45" x2="100" y2="30" stroke="var(--theia-foreground)" stroke-width="4" />
34+
<line x1="100" y1="45" x2="100" y2="30" stroke="var(--theia-foreground)" strokeWidth="4" />
3535
<circle cx="100" cy="25" r="6" fill="var(--theia-foreground)" />
3636

3737
<rect x="40" y="75" width="15" height="30" rx="5" fill="var(--theia-foreground)" />
@@ -40,7 +40,7 @@ const TheiaIdeAiLogo = ({ width = 200, height = 200, className = '' }) =>
4040
<circle cx="80" cy="80" r="10" fill="var(--theia-editor-background)" />
4141
<circle cx="120" cy="80" r="10" fill="var(--theia-editor-background)" />
4242

43-
<path d="M85 105 Q100 120 115 105" fill="none" stroke="var(--theia-editor-background)" stroke-width="4" stroke-linecap="round" />
43+
<path d="M85 105 Q100 120 115 105" fill="none" stroke="var(--theia-editor-background)" strokeWidth="4" strokeLinecap="round" />
4444

4545
<rect x="55" y="135" width="90" height="30" rx="5" fill="var(--theia-foreground)" />
4646

0 commit comments

Comments
 (0)