Skip to content

Commit

Permalink
change position Delete All Threads
Browse files Browse the repository at this point in the history
  • Loading branch information
bxdoan committed Jan 15, 2025
1 parent a853458 commit dbdde74
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions web/screens/Settings/Advanced/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -531,9 +531,7 @@ const Advanced = () => {
</div>
)}

{/* Factory Reset */}
<FactoryReset />

{/* Delete All Threads */}
<div className="flex w-full flex-col items-start justify-between gap-4 border-b border-[hsla(var(--app-border))] py-4 first:pt-0 last:border-none sm:flex-row">
<div className="space-y-1">
<div className="flex gap-x-2">
Expand All @@ -557,6 +555,9 @@ const Advanced = () => {
</Button>
</div>
<ModalDeleteAllThreads />

{/* Factory Reset */}
<FactoryReset />
</div>
</ScrollArea>
)
Expand Down

0 comments on commit dbdde74

Please sign in to comment.