Skip to content

Commit

Permalink
Updates the icon for examples
Browse files Browse the repository at this point in the history
  • Loading branch information
elijahbenizzy committed Apr 3, 2024
1 parent 160d4f5 commit 48e3af4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions telemetry/ui/src/components/nav/appcontainer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ import {
ChatBubbleLeftEllipsisIcon,
ChevronLeftIcon,
ChevronRightIcon,
ChevronDownIcon
ChevronDownIcon,
FolderIcon
} from '@heroicons/react/24/outline';
import { ListBulletIcon } from '@heroicons/react/20/solid';
import { BreadCrumb } from './breadcrumb';
Expand Down Expand Up @@ -86,7 +87,7 @@ export const AppContainer = (props: { children: React.ReactNode }) => {
{
name: 'Examples',
href: 'https://github.com/DAGWorks-Inc/burr/tree/main/examples',
icon: ListBulletIcon,
icon: FolderIcon,
linkType: 'external'
},
{
Expand Down

0 comments on commit 48e3af4

Please sign in to comment.