Rename to View Files and File Reference Library
This commit is contained in:
parent
112c25c26b
commit
0ba21e8936
1 changed files with 7 additions and 5 deletions
|
|
@ -222,11 +222,13 @@ export function ProfileViewer() {
|
|||
strokeLinecap="round"
|
||||
strokeLinejoin="round"
|
||||
>
|
||||
<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4" />
|
||||
<polyline points="17 8 12 3 7 8" />
|
||||
<line x1="12" y1="3" x2="12" y2="15" />
|
||||
<path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z" />
|
||||
<polyline points="14 2 14 8 20 8" />
|
||||
<line x1="16" y1="13" x2="8" y2="13" />
|
||||
<line x1="16" y1="17" x2="8" y2="17" />
|
||||
<line x1="10" y1="9" x2="8" y2="9" />
|
||||
</svg>
|
||||
View CUF Profiles
|
||||
View Files
|
||||
</button>
|
||||
|
||||
{/* Modal */}
|
||||
|
|
@ -242,7 +244,7 @@ export function ProfileViewer() {
|
|||
<div className="relative w-full max-w-5xl max-h-[90vh] mx-4 bg-background rounded-xl shadow-2xl overflow-hidden flex flex-col">
|
||||
{/* Header */}
|
||||
<div className="flex items-center justify-between p-4 border-b">
|
||||
<h2 className="text-lg font-semibold">CUF Profile Viewer</h2>
|
||||
<h2 className="text-lg font-semibold">File Reference Library</h2>
|
||||
<button
|
||||
onClick={() => setIsOpen(false)}
|
||||
className="p-1 hover:bg-accent rounded-md transition-colors"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue