This commit is contained in:
Laux Dev
2026-03-17 20:13:43 +08:00
parent a220230d0b
commit d7f65cb1a7
12 changed files with 786 additions and 462 deletions

View File

@@ -171,7 +171,7 @@ const TopHeader = (props) => {
</div>
{triggerDropDownMenu && (
<div className={styles.dropDown}>
<div>
<div onClick={() => props?.setTriggerLogsModal?.(true)}>
<div>
<ViewLogsIcon />
<p>View Logs</p>