Skip to content

Commit

Permalink
chore: prettify
Browse files Browse the repository at this point in the history
  • Loading branch information
RealGoodProgrammer committed Mar 13, 2024
1 parent 2676b6a commit f19262a
Show file tree
Hide file tree
Showing 8 changed files with 7 additions and 16 deletions.
4 changes: 1 addition & 3 deletions src/components/icons/cryptos/ManaIcon.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@
<circle cx="256" cy="256" r="240" />
<path d="M186,172v180h150L186,172z" />
<path d="M36,352h150V172L36,352z" />
<path
d="M64,400c13.7,18.1,29.9,34.3,48,48h288c18.1-13.7,34.3-29.9,48-48H64z"
/>
<path d="M64,400c13.7,18.1,29.9,34.3,48,48h288c18.1-13.7,34.3-29.9,48-48H64z" />
<path d="M112,448c85.3,64,202.7,64,288,0H112z" />
<path d="M338,268v132h110L338,268z" />
<path d="M338,352H36c7.4,17,16.8,33.1,28,48h274.1v-48H338z" />
Expand Down
4 changes: 1 addition & 3 deletions src/components/icons/cryptos/QntIcon.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@
<path
d="M134.8,44.5l121.9,142.9l81.8-48.1c0,0-98.7-132-125.1-122.7C188.8,25.9,134.8,44.5,134.8,44.5z"
/>
<path
d="M341.7,139.2c0,0,18.6-32.6,27.8-76.1c0,0,92.6,37.2,57.1,130.5L341.7,139.2z"
/>
<path d="M341.7,139.2c0,0,18.6-32.6,27.8-76.1c0,0,92.6,37.2,57.1,130.5L341.7,139.2z" />
<path
d="M426.5,193.6l7.8,97.9l35.5-4.6c0,0,9.2-3.1,7.8-20.1c-1.6-18.7-4.6-57.5-4.6-57.5
s1.6-9.3-20-12.4C426.5,192,426.5,193.6,426.5,193.6z"
Expand Down
4 changes: 1 addition & 3 deletions src/components/icons/cryptos/UniIcon.vue
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,6 @@
c0-2.8,0.1-5.1,0.1-5.1c0.1,0,1.3,1,2.8,2.1c6.6,5.3,14,7.6,34.7,10.5c12.1,1.8,19,3.1,25.3,5.3c20,6.6,32.3,20.1,35.3,38.5
C395.3,262.7,394.8,272.8,393.5,278z"
/>
<path
d="M117.1,60c0,0,0,0.1,0.1,0.2c0,0,0,0,0.1,0C117.2,60.1,117.1,60,117.1,60z"
/>
<path d="M117.1,60c0,0,0,0.1,0.1,0.2c0,0,0,0,0.1,0C117.2,60.1,117.1,60,117.1,60z" />
</g>
</template>
4 changes: 1 addition & 3 deletions src/components/icons/cryptos/UsdpIcon.vue
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
<template>
<g>
<path
d="M211.2,176.7c-16.6,0-30,13.4-30,30s13.4,30,30,30h20.7v-60H211.2z"
/>
<path d="M211.2,176.7c-16.6,0-30,13.4-30,30s13.4,30,30,30h20.7v-60H211.2z" />
<path
d="M256,16C123.5,16,16,123.5,16,256s107.5,240,240,240s240-107.5,240-240S388.5,16,256,16z
M308.2,373.1h-29.6V431h-46.7v-57.9h-90.1v-37.5h90.1v-60.8h-30c-36.3-0.8-65.4-30-66.3-66.3c-0.8-37.4,28.8-68.4,66.3-69.3h30V81
Expand Down
2 changes: 1 addition & 1 deletion src/config/development.json
Original file line number Diff line number Diff line change
Expand Up @@ -218,4 +218,4 @@
"explorer": "https://liskscan.com",
"explorerAddress": "https://liskscan.com/account/${ID}"
}
}
}
2 changes: 1 addition & 1 deletion src/config/production.json
Original file line number Diff line number Diff line change
Expand Up @@ -218,4 +218,4 @@
"explorer": "https://liskscan.com",
"explorerAddress": "https://liskscan.com/account/${ID}"
}
}
}
2 changes: 1 addition & 1 deletion src/config/tor.json
Original file line number Diff line number Diff line change
Expand Up @@ -178,4 +178,4 @@
"explorer": "https://liskscan.com",
"explorerAddress": "https://liskscan.com/account/${ID}"
}
}
}
1 change: 0 additions & 1 deletion src/locales/ru.json
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,6 @@
"version": "Версия приложения:",
"vote_for_delegates_button": "Голосовать за делегатов",
"wallets_list": "Список кошельков"

},
"region": "ru-RU",
"rows_per_page": "Строк на страницу",
Expand Down

0 comments on commit f19262a

Please sign in to comment.