Skip to content

Commit 50b3344

Browse files
Use new loader
1 parent 72acbbf commit 50b3344

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/AssistantView.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ class AssistantView extends React.Component<Props, State> implements SessionCont
155155
</div>
156156
} else {
157157
return <div style={{ width: '100%', height: '100%', display: 'flex', flexDirection: 'column', justifyContent: 'center', alignItems: 'center' }}>
158-
<img src='https://superluminal.dev/images/ai_new.gif' width="56px" height="56px" />
158+
<img src='https://superluminal.dev/images/ai.webp' width="64px" height="64px" />
159159
<div style={{ fontSize: '20px', fontWeight: 600, color: '#000000', marginTop: '8px' }}>Loading</div>
160160
</div>
161161
}

0 commit comments

Comments
 (0)