We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba6902e commit 57b20fbCopy full SHA for 57b20fb
protocol/requests/community_tags.go
@@ -11,7 +11,6 @@ func init() {
11
TagsEmojies["Career"] = "💼"
12
TagsEmojies["Collaboration"] = "🤝"
13
TagsEmojies["Commerce"] = "🛒"
14
- TagsEmojies["Crypto"] = "Ξ"
15
TagsEmojies["Culture"] = "🎎"
16
TagsEmojies["DAO"] = "🚀"
17
TagsEmojies["DeFi"] = "📈"
@@ -20,6 +19,7 @@ func init() {
20
19
TagsEmojies["Environment"] = "🌿"
21
TagsEmojies["Education"] = "🎒"
22
TagsEmojies["Entertainment"] = "🍿"
+ TagsEmojies["Ethereum"] = "Ξ"
23
TagsEmojies["Event"] = "🗓"
24
TagsEmojies["Fantasy"] = "🧙♂️"
25
TagsEmojies["Fashion"] = "🧦"
0 commit comments