Skip to content

Commit

Permalink
add idea
Browse files Browse the repository at this point in the history
  • Loading branch information
elliotBraem committed Jan 8, 2024
1 parent 171e8ef commit 9976c26
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions apps/builddao/widget/Feed.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ const feeds = {
},
opportunity: {
label: "Opportunity",
icon: "bi-lightbulb",
icon: "bi-suitcase-lg",
name: "opportunity",
template: `## TITLE
(posted via [Build DAO Gateway](https://nearbuilders.org/feed?hashtag=opportunity))
Expand All @@ -119,6 +119,12 @@ const feeds = {
`,
},
idea: {
label: "Idea",
icon: "bi-lightbulb",
name: "idea",
template: ``,
},
task: {
label: "Task",
icon: "bi-check",
Expand Down Expand Up @@ -163,7 +169,7 @@ return (
index={[
{
action: "hashtag",
key: feeds[activeFeed],
key: activeFeed,
options: {
limit: 10,
order: "desc",
Expand Down

0 comments on commit 9976c26

Please sign in to comment.