Skip to content

Commit

Permalink
add question
Browse files Browse the repository at this point in the history
  • Loading branch information
elliotBraem committed Jan 8, 2024
1 parent cea4466 commit a30ccae
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion apps/builddao/widget/Feed.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ const { Feed } = VM.require("devs.near/widget/Module.Feed");

Feed = Feed || (() => <></>); // make sure you have this or else it can break

const v = props.v;
const v = props.hashtag;

const Container = styled.div`
display: grid;
Expand Down Expand Up @@ -126,6 +126,18 @@ const feedsDict = {
**USAGE**
- [where is it used?]
- [how to use it]
`,
},
question: {
key: "question",
label: "Question",
icon: "bi-question",
name: "question",
template: `## what is your question?
(posted via [Build DAO Gateway](https://nearbuilders.org/feed))
[what are you thinking about?]
[why are you asking?]
`,
}
};
Expand Down

0 comments on commit a30ccae

Please sign in to comment.