Skip to content

Commit

Permalink
chore: Change Project Dropdown givbacks feature
Browse files Browse the repository at this point in the history
  • Loading branch information
Hrithik Sampson authored and Hrithik Sampson committed Aug 8, 2024
1 parent b863387 commit d504059
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/views/projects/sort/ProjectsSortSelect.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ import {
IconArrowBottom,
IconDonation16,
neutralColors,
IconFlash16,
IconRocketInSpace16,
IconIncrease16,
semanticColors,
Caption,
Flex,
IconPublish16,
IconEstimated16,
IconGIVBack16,
} from '@giveth/ui-design-system';
import Select, {
components,
Expand Down Expand Up @@ -59,7 +59,7 @@ const ProjectsSortSelect = () => {
{
label: formatMessage({ id: 'label.rank' }),
value: EProjectsSortBy.GIVPOWER,
icon: <IconFlash16 />,
icon: <IconGIVBack16 color={neutralColors.gray[900]} />,
},
{
label: formatMessage({ id: 'label.newest' }),
Expand Down

0 comments on commit d504059

Please sign in to comment.