mirror of
https://github.com/agent0ai/agent-zero.git
synced 2026-05-22 03:06:54 +00:00
fix css
This commit is contained in:
parent
9956fca399
commit
78e735f752
1 changed files with 1 additions and 1 deletions
|
|
@ -35,7 +35,7 @@
|
|||
title="Edit Memory">
|
||||
<span class="material-symbols-outlined">edit_document</span>
|
||||
</button>
|
||||
<button class="btn-icon-action" @click="$confirmClick($event, () => $store.memoryDashboardStore.deleteMemory($store.memoryDashboardStore.detailMemory))"
|
||||
<button class="btn btn-action-header delete" @click="$confirmClick($event, () => $store.memoryDashboardStore.deleteMemory($store.memoryDashboardStore.detailMemory))"
|
||||
title="Delete Memory">
|
||||
<span class="material-symbols-outlined">delete</span>
|
||||
</button>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue