Skip to content

Commit 57b20fb

Browse files
feat: modify wakuext_communityTags
1 parent ba6902e commit 57b20fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

protocol/requests/community_tags.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ func init() {
1111
TagsEmojies["Career"] = "💼"
1212
TagsEmojies["Collaboration"] = "🤝"
1313
TagsEmojies["Commerce"] = "🛒"
14-
TagsEmojies["Crypto"] = "Ξ"
1514
TagsEmojies["Culture"] = "🎎"
1615
TagsEmojies["DAO"] = "🚀"
1716
TagsEmojies["DeFi"] = "📈"
@@ -20,6 +19,7 @@ func init() {
2019
TagsEmojies["Environment"] = "🌿"
2120
TagsEmojies["Education"] = "🎒"
2221
TagsEmojies["Entertainment"] = "🍿"
22+
TagsEmojies["Ethereum"] = "Ξ"
2323
TagsEmojies["Event"] = "🗓"
2424
TagsEmojies["Fantasy"] = "🧙‍♂️"
2525
TagsEmojies["Fashion"] = "🧦"

0 commit comments

Comments
 (0)