From 5865c7de2142a83075611fd2f83175d4f6e8e4bd Mon Sep 17 00:00:00 2001 From: chaojun Date: Tue, 3 Sep 2024 10:14:34 +0800 Subject: [PATCH] fix: space icon, #1034 --- backend/packages/backend/src/scripts/spaces/kusamaSociety.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/packages/backend/src/scripts/spaces/kusamaSociety.js b/backend/packages/backend/src/scripts/spaces/kusamaSociety.js index 37c826ae..fa6195e4 100644 --- a/backend/packages/backend/src/scripts/spaces/kusamaSociety.js +++ b/backend/packages/backend/src/scripts/spaces/kusamaSociety.js @@ -22,7 +22,7 @@ const config = { proposeThreshold: "10000000000", weightStrategy: [strategies.onePersonOneVote], version: "4", - spaceIcon: "kusama.svg", + spaceIcon: "kusamasociety.png", seoImage: "QmYB3YVU3Sa27EfqTk3cGZ9S3GhiH6Z2ANpQdHKETpRrEZ", admins: [], };