update: remove dollor from wallet and unit

This commit is contained in:
mahyargdz
2024-12-30 16:03:02 +03:30
parent 0d8ba394b1
commit cd61741d06
13 changed files with 462 additions and 490 deletions
+7 -1
View File
@@ -2,7 +2,7 @@
<CFooter :fixed="false">
<div class="mfs-auto">
<span class="mr-1" target="_blank">Powered by</span>
<a href="https://negarehagency.com/" target="_blank" class="copy-right">Negareh Agency</a>
<a href="https://danakcorp.com/" target="_blank" class="copy-right textblack">Danak Corp</a>
</div>
</CFooter>
</template>
@@ -12,3 +12,9 @@ export default {
name: 'TheFooter'
}
</script>
<style>
.textblack {
color: #000 !important;
}
</style>