Skip to content

Commit

Permalink
Merge branch 'main' into release-2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MohammadPCh committed Nov 21, 2022
2 parents b2745f8 + 6be1e31 commit f2280c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/menu/FilterMenu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -101,10 +101,10 @@ export const FilterMenu = forwardRef<HTMLDivElement, IFilterMenuProps>(
FilterMenu.displayName = 'FilterMenu';

const projectFeatures = [
{ label: 'Accept GIV', value: 'AcceptGiv' },
{ label: 'Accepts GIV', value: 'AcceptGiv' },
{ label: 'Verified', value: 'Verified' },
{ label: 'From GivingBlock', value: 'GivingBlock' },
{ label: 'Accept Funds on Gnosis', value: 'AcceptFundOnGnosis' },
{ label: 'Accepts Funds on Gnosis', value: 'AcceptFundOnGnosis' },
];

const ButtonStyled = styled(Button)`
Expand Down

0 comments on commit f2280c2

Please sign in to comment.