File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
libs/remix-ui/tabs/src/lib Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -234,7 +234,7 @@ export const TabsUI = (props: TabsUIProps) => {
234
234
< button
235
235
data-id = "explain-editor"
236
236
id = 'explain_btn'
237
- className = 'btn text-ai pl-2 pr-0 py-0 d-flex '
237
+ className = 'btn text-ai pl-2 pr-0 py-0'
238
238
disabled = { ! ( tabsState . currentExt === 'sol' ) || explaining }
239
239
onClick = { async ( ) => {
240
240
const path = active ( ) . substr ( active ( ) . indexOf ( '/' ) + 1 , active ( ) . length )
@@ -268,7 +268,7 @@ export const TabsUI = (props: TabsUIProps) => {
268
268
< button
269
269
data-id = "remix_ai_switch"
270
270
id = 'remix_ai_switch'
271
- className = "btn ai-switch text-ai pl-2 pr-0 py-0 d-flex "
271
+ className = "btn ai-switch text-ai pl-2 pr-0 py-0"
272
272
disabled = { ! ( tabsState . currentExt === 'sol' ) }
273
273
onClick = { async ( ) => {
274
274
await props . plugin . call ( 'settings' , 'updateCopilotChoice' , ! ai_switch )
You can’t perform that action at this time.
0 commit comments