Skip to content

Commit

Permalink
Polishing
Browse files Browse the repository at this point in the history
  • Loading branch information
harishmohanraj committed Sep 2, 2024
1 parent 0b8b78d commit 2a5c37c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/client/components/CustomBreadcrumb.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ const CustomBreadcrumb: React.FC<BreadcrumbProps> = ({
<BreadcrumbItem
key={index}
isCurrentPage={index === lastIndex}
className={`${index === lastIndex ? 'text-airt-primary' : 'text-airt-font-base'}`}
className={`${index === lastIndex ? 'text-airt-secondary' : 'text-airt-font-base'}`}
>
<BreadcrumbLink
href='#'
Expand Down

0 comments on commit 2a5c37c

Please sign in to comment.