Skip to content

Commit 2e035f5

Browse files
committed
Use static icon instead of external
1 parent d762c46 commit 2e035f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/src/pages/TaskPage/TaskPage.stories.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ export const Active: Story = {
115115
...MockWorkspaceApp,
116116
id: "claude-code",
117117
display_name: "Claude Code",
118-
icon: "https://uxwing.com/wp-content/themes/uxwing/download/brands-and-social-media/claude-ai-icon.png",
118+
icon: "/icon/claude.svg",
119119
url: `${window.location.protocol}/iframe.html?viewMode=story&id=pages-terminal--ready&args=&globals=`,
120120
external: true,
121121
statuses: [

0 commit comments

Comments
 (0)