Skip to content

Commit

Permalink
feat(front): rename network env
Browse files Browse the repository at this point in the history
  • Loading branch information
1Mateus committed Jan 22, 2024
1 parent 921c567 commit 2249da9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions front/app.vue
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ useHead({
const runtimeConfig = useRuntimeConfig()
console.log('runtimeConfig', runtimeConfig.public)
getConfig(runtimeConfig.public.SDK_NETWORK)
</script>

Expand Down
2 changes: 1 addition & 1 deletion front/components/TokensItem.vue
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ const balance = computed(() => {
"
>
<div class="pr-4">
<img :src="metadata.icon.replace('https://opact.io/', '')" />
<img class="w-10 h-10" :src="metadata.icon.replace('https://opact.io/', '')" />
</div>

<div class="space-y-1">
Expand Down

0 comments on commit 2249da9

Please sign in to comment.