Skip to content

Commit a91ecdd

Browse files
committed
fix: update resources
1 parent c44601c commit a91ecdd

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

src/components/Resources.tsx

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ import { UserIcon } from '@/components/icons/UserIcon'
1414
import { UsersIcon } from '@/components/icons/UsersIcon'
1515
import { DocumentIcon } from '@/components/icons/DocumentIcon'
1616
import { ShapesIcon } from '@/components/icons/ShapesIcon'
17+
import { CogIcon } from './icons/CogIcon'
1718

1819
interface Resource {
1920
href: string
@@ -70,11 +71,11 @@ const resources: Array<Resource> = [
7071
},
7172
},
7273
{
73-
href: '/groups',
74-
name: 'Groups',
74+
href: '/web/import',
75+
name: 'Import',
7576
description:
76-
'Learn about the group model and how to create, retrieve, update, delete, and list groups.',
77-
icon: UsersIcon,
77+
'Learn about to use Drop\'s import functionality.',
78+
icon: CogIcon,
7879
pattern: {
7980
y: 22,
8081
squares: [[0, 1]],

0 commit comments

Comments
 (0)