File tree Expand file tree Collapse file tree 2 files changed +5
-6
lines changed
browser-extension/tests/playground Expand file tree Collapse file tree 2 files changed +5
-6
lines changed File renamed without changes.
Original file line number Diff line number Diff line change 11import { useState } from 'react'
22import { createRoot } from 'react-dom/client'
33import '@/entrypoints/popup/style.css'
4- import './style .css'
4+ import './playground-styles .css'
55import { ClaudePrototype } from './claude'
66import { Replica } from './replica'
77
@@ -30,11 +30,10 @@ const App = () => {
3030 key = { mode }
3131 type = 'button'
3232 onClick = { ( ) => setActiveComponent ( mode as Mode ) }
33- className = { `px-3 py-2 rounded text-sm font-medium transition-colors ${
34- activeComponent === mode
35- ? 'bg-blue-600 text-white'
36- : 'bg-gray-100 text-gray-700 hover:bg-gray-200'
37- } `}
33+ className = { `px-3 py-2 rounded text-sm font-medium transition-colors ${ activeComponent === mode
34+ ? 'bg-blue-600 text-white'
35+ : 'bg-gray-100 text-gray-700 hover:bg-gray-200'
36+ } `}
3837 >
3938 { config . label }
4039 </ button >
You can’t perform that action at this time.
0 commit comments