diff --git a/src/components/Home/TopSection/TopSection.tsx b/src/components/Home/TopSection/TopSection.tsx index 0d8f8b4d2f..84bb5d6778 100644 --- a/src/components/Home/TopSection/TopSection.tsx +++ b/src/components/Home/TopSection/TopSection.tsx @@ -22,6 +22,7 @@ import { getSubgraphIdForProject } from 'utils/graph' const HEADER_TAGS: ProjectTagName[] = [ 'dao', + 'desci', 'nfts', 'fundraising', 'art', diff --git a/src/locales/messages.pot b/src/locales/messages.pot index 59a1d53d17..499ad578a7 100644 --- a/src/locales/messages.pot +++ b/src/locales/messages.pot @@ -1865,6 +1865,9 @@ msgstr "" msgid "Upload" msgstr "" +msgid "DeSci" +msgstr "" + msgid "The address that should receive the tokens minted from paying this project." msgstr "" diff --git a/src/models/project-tags.ts b/src/models/project-tags.ts index cffab6be5d..09ee7850a4 100644 --- a/src/models/project-tags.ts +++ b/src/models/project-tags.ts @@ -6,6 +6,7 @@ export const projectTagOptions = [ 'charity', 'dao', 'defi', + 'desci', 'education', 'events', 'fundraising', @@ -24,6 +25,7 @@ export const projectTagText: { charity: () => t`Charity`, dao: () => t`DAO`, defi: () => t`DeFi`, + desci: () => t`DeSci`, education: () => t`Education`, events: () => t`Events`, fundraising: () => t`Fundraising`,