mirror of https://github.com/chaitin/PandaWiki.git
Compare commits
2 Commits
45238c3dfa
...
3032384457
| Author | SHA1 | Date |
|---|---|---|
|
|
3032384457 | |
|
|
50ed0c6794 |
|
|
@ -707,6 +707,7 @@ const AiQaContent: React.FC<{
|
|||
alt='logo'
|
||||
width={46}
|
||||
height={46}
|
||||
unoptimized
|
||||
style={{
|
||||
objectFit: 'contain',
|
||||
}}
|
||||
|
|
|
|||
|
|
@ -209,6 +209,7 @@ const SearchDocContent: React.FC<SearchDocContentProps> = ({
|
|||
alt='logo'
|
||||
width={46}
|
||||
height={46}
|
||||
unoptimized
|
||||
style={{
|
||||
objectFit: 'contain',
|
||||
}}
|
||||
|
|
|
|||
Loading…
Reference in New Issue