mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-06-06 20:15:17 +02:00
feat: update DocumentsTableShell to replace Link2 icon with Network icon for improved clarity
This commit is contained in:
parent
ab2896ec65
commit
773b610009
1 changed files with 2 additions and 2 deletions
|
|
@ -1,7 +1,7 @@
|
|||
"use client";
|
||||
|
||||
import { formatDistanceToNow } from "date-fns";
|
||||
import { Calendar, ChevronDown, ChevronUp, FileText, FileX, Link2, Plus, User } from "lucide-react";
|
||||
import {Calendar, ChevronDown, ChevronUp, FileText, FileX, Network, Plus, User } from "lucide-react";
|
||||
import { motion } from "motion/react";
|
||||
import { useTranslations } from "next-intl";
|
||||
import React, { useRef, useState, useEffect } from "react";
|
||||
|
|
@ -358,7 +358,7 @@ export function DocumentsTableShell({
|
|||
currentSortKey={sortKey}
|
||||
sortDesc={sortDesc}
|
||||
onSort={onSortHeader}
|
||||
icon={<Link2 size={14} className="text-muted-foreground" />}
|
||||
icon={<Network size={14} className="text-muted-foreground" />}
|
||||
>
|
||||
Source
|
||||
</SortableHeader>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue