mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-05-04 13:22:41 +02:00
chore: updated icons
This commit is contained in:
parent
3adabe7a16
commit
ae581a10d8
1 changed files with 4 additions and 4 deletions
|
|
@ -1,4 +1,4 @@
|
|||
import { IconFileBroken, IconSparkles, IconTableColumn, IconUsers } from "@tabler/icons-react";
|
||||
import { IconMessage, IconMicrophone, IconSearch, IconUsers } from "@tabler/icons-react";
|
||||
import Image from "next/image";
|
||||
import React from "react";
|
||||
import { BentoGrid, BentoGridItem } from "@/components/ui/bento-grid";
|
||||
|
|
@ -420,7 +420,7 @@ const items = [
|
|||
"Get instant information, detailed updates, and cited answers across company and personal knowledge.",
|
||||
header: <CitationIllustration />,
|
||||
className: "md:col-span-2",
|
||||
icon: <IconSparkles className="h-4 w-4 text-neutral-500" />,
|
||||
icon: <IconSearch className="h-4 w-4 text-neutral-500" />,
|
||||
},
|
||||
{
|
||||
title: "Work Together in Real Time",
|
||||
|
|
@ -436,13 +436,13 @@ const items = [
|
|||
"Create podcasts and multimedia your team can comment on, share, and refine together.",
|
||||
header: <AudioCommentIllustration />,
|
||||
className: "md:col-span-1",
|
||||
icon: <IconTableColumn className="h-4 w-4 text-neutral-500" />,
|
||||
icon: <IconMicrophone className="h-4 w-4 text-neutral-500" />,
|
||||
},
|
||||
{
|
||||
title: "Context Where It Counts",
|
||||
description: "Add comments directly to your chats and docs for clear, in-the-moment feedback.",
|
||||
header: <AnnotationIllustration />,
|
||||
className: "md:col-span-2",
|
||||
icon: <IconFileBroken className="h-4 w-4 text-neutral-500" />,
|
||||
icon: <IconMessage className="h-4 w-4 text-neutral-500" />,
|
||||
},
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue