diff --git a/src/components/common/token-logo.vue b/src/components/common/token-logo.vue
index 619ca687d..f6d7fbea2 100644
--- a/src/components/common/token-logo.vue
+++ b/src/components/common/token-logo.vue
@@ -1,6 +1,14 @@
@@ -52,7 +69,7 @@ export default defineComponent({
ipfs-image-viewer(:color="daoLogo ? 'white' : 'secondary'" :ipfsCid="daoLogo" :size="size" showDefault)
.div.absolute.text-white.token-overlay(v-if="type === 'voice' || type === 'cash'")
.div.absolute.text-white.token-text(v-if="type === 'voice'") V
- .div.absolute.text-white.token-text(v-if="type === 'cash'") $
+ .div.absolute.text-white.token-text(v-if="type === 'cash'") {{ daoSettings.treasuryCurrency ? getCurrencySymbol(daoSettings.treasuryCurrency): '$' }}