tfrere HF Staff Cursor commited on
Commit
c95c192
·
1 Parent(s): e77f678

Remove unused binary assets and Claude branding

Browse files

Co-authored-by: Cursor <cursoragent@cursor.com>

frontend/src/components/Chat/ChatInput.tsx CHANGED
@@ -119,16 +119,6 @@ export default function ChatInput({ onSend, disabled = false }: ChatInputProps)
119
  </IconButton>
120
  </Box>
121
 
122
- {/* Powered By Badge */}
123
- <Box sx={{ display: 'flex', alignItems: 'center', justifyContent: 'center', mt: 1.5, gap: 0.8, opacity: 0.5 }}>
124
- <Typography variant="caption" sx={{ fontSize: '10px', color: 'var(--muted-text)', textTransform: 'uppercase', letterSpacing: '0.05em', fontWeight: 500 }}>
125
- powered by
126
- </Typography>
127
- <Box component="img" src="/claude-logo.png" alt="Claude" sx={{ height: '12px', objectFit: 'contain' }} />
128
- <Typography variant="caption" sx={{ fontSize: '10px', color: 'var(--text)', fontWeight: 600, letterSpacing: '0.02em' }}>
129
- claude-opus-4-5-20251101
130
- </Typography>
131
- </Box>
132
  </Box>
133
  </Box>
134
  );
 
119
  </IconButton>
120
  </Box>
121
 
 
 
 
 
 
 
 
 
 
 
122
  </Box>
123
  </Box>
124
  );