Compare commits

..

3 Commits

Author SHA1 Message Date
Gavan dae58832cc
Merge 1bb01ab06c into 3032384457 2025-11-07 15:51:08 +08:00
xiaomakuaiz 3032384457
Merge pull request #1479 from xiaomakuaiz/fix/qa-modal-logo
Fix QA modal logo rendering
2025-11-06 23:01:16 +08:00
monkeycode-ai 50ed0c6794 Fix QA modal logo rendering
Co-authored-by: monkeycode-ai <monkeycode-ai@chaitin.com>
Co-authored-by: monkeycode-ai <monkeycode-ai@chaitin.com>
2025-11-06 22:44:18 +08:00
2 changed files with 2 additions and 0 deletions

View File

@ -707,6 +707,7 @@ const AiQaContent: React.FC<{
alt='logo' alt='logo'
width={46} width={46}
height={46} height={46}
unoptimized
style={{ style={{
objectFit: 'contain', objectFit: 'contain',
}} }}

View File

@ -209,6 +209,7 @@ const SearchDocContent: React.FC<SearchDocContentProps> = ({
alt='logo' alt='logo'
width={46} width={46}
height={46} height={46}
unoptimized
style={{ style={{
objectFit: 'contain', objectFit: 'contain',
}} }}