Skip to content

Commit a2743db

Browse files
feedback
1 parent 1fbb371 commit a2743db

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

packages/web/src/app/[domain]/components/homepage/agenticSearchTutorialDialog.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ import {
1313
ArrowLeftRightIcon,
1414
AtSignIcon,
1515
BookMarkedIcon,
16+
BookTextIcon,
1617
ChevronLeft,
1718
ChevronRight,
1819
CircleCheckIcon,
@@ -173,7 +174,7 @@ const tutorialSteps = [
173174
<span><strong>Commits</strong>: Reference specific git commits</span>
174175
</div>
175176
<div className="flex gap-2">
176-
<BookMarkedIcon className="h-4 w-4 flex-shrink-0 mt-1" />
177+
<BookTextIcon className="h-4 w-4 flex-shrink-0 mt-1" />
177178
<span><strong>Docs</strong>: Link to external docs and wikis</span>
178179
</div>
179180
<div className="flex gap-2">

0 commit comments

Comments
 (0)