Skip to content

Commit 72acbbf

Browse files
Use new loader
1 parent 1cd35a3 commit 72acbbf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/AssistantView.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,8 +155,8 @@ 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.gif' width="80px" height="80px" />
159-
<div style={{ fontSize: '20px', fontWeight: 600, color: '#000000' }}>Loading</div>
158+
<img src='https://superluminal.dev/images/ai_new.gif' width="56px" height="56px" />
159+
<div style={{ fontSize: '20px', fontWeight: 600, color: '#000000', marginTop: '8px' }}>Loading</div>
160160
</div>
161161
}
162162
}

0 commit comments

Comments
 (0)