mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-07-10 22:32:16 +02:00
refactor(sidebar): replace FolderInput with FilePlus in DocumentsSidebar
- Updated the import of FolderInput to FilePlus for improved icon representation in the sidebar. - Enhanced the button for document import to align with the new iconography, improving visual consistency.
This commit is contained in:
parent
53d3b304d3
commit
9a18c7771e
1 changed files with 2 additions and 2 deletions
|
|
@ -4,7 +4,7 @@ import { useQuery } from "@rocicorp/zero/react";
|
|||
import { useAtom, useAtomValue, useSetAtom } from "jotai";
|
||||
import {
|
||||
Check,
|
||||
FolderInput,
|
||||
FilePlus,
|
||||
FolderPlus,
|
||||
FolderSync,
|
||||
ListFilter,
|
||||
|
|
@ -287,7 +287,7 @@ export function EmbeddedImportMenu({
|
|||
className="h-6 w-6 text-muted-foreground hover:bg-accent hover:text-accent-foreground"
|
||||
aria-label="Import documents"
|
||||
>
|
||||
<FolderInput className="size-3.5" />
|
||||
<FilePlus className="size-3.5" />
|
||||
</Button>
|
||||
</DropdownMenuTrigger>
|
||||
<DropdownMenuContent align="end" className="w-56">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue