This commit is contained in:
everythingonblack
2025-07-05 13:16:09 +07:00
parent c3cc8572ce
commit 68fd4e6b33
2 changed files with 8 additions and 0 deletions

BIN
public/face.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.8 KiB

View File

@@ -173,6 +173,14 @@ function formatBoldText(text) {
{reply} {reply}
</div> </div>
))} ))}
<div
className={styles.quickReply}
onClick={() => sendMessage('analist')}
style={{color: 'white', backgroundColor: '#075e54', display: 'flex', flexDirection: 'row', alignItems:'center'}}
>
<img style={{marginRight: '5px', height: '14px', filter: 'invert(1)'}}src={'/face.png'}/>
Analisa Wajah
</div>
</div> </div>
)} )}
<div className={styles.timestamp}>{msg.time}</div> <div className={styles.timestamp}>{msg.time}</div>