Skip to content

Commit

Permalink
changing featured projects
Browse files Browse the repository at this point in the history
  • Loading branch information
codingshot authored Feb 19, 2024
1 parent a83e228 commit f4edf73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/potlock/widget/Project/ListSection.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ const SORT_FILTERS = {

const PAGE_SIZE = 9;

const featuredProjectIds = ["magicbuild.near", "potlock.near", "yearofchef.near"];
const featuredProjectIds = ["sharddog.near", "openwebacademy.near", "build.sputnik-dao.near"];
const featuredProjects = useMemo(
() => props.items.filter((project) => featuredProjectIds.includes(project.id)),
props.items
Expand Down

0 comments on commit f4edf73

Please sign in to comment.