Skip to content

Commit

Permalink
use better icon convention
Browse files Browse the repository at this point in the history
  • Loading branch information
gsteenkamp89 committed Feb 21, 2024
1 parent 73c2998 commit 748b8cb
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 25 deletions.
21 changes: 21 additions & 0 deletions src/assets/icons/tenderly.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
23 changes: 0 additions & 23 deletions src/components/IconTenderly.vue

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ async function simulate() {
}
]"
>
<IconTenderly class="text-skin-link inline h-[20px] w-[20px]" />
<i-s-tenderly class="text-skin-link inline h-[20px] w-[20px]" />
<span v-if="simulationState.status === 'IDLE'">Simulate Transaction</span>
<span v-if="simulationState.status === 'LOADING'"
>Checking transaction...</span
Expand All @@ -156,7 +156,7 @@ async function simulate() {
]"
>
<div class="flex items-center gap-2">
<IconTenderly class="inline h-[20px] w-[20px] text-inherit" />
<i-s-tenderly class="inline h-[20px] w-[20px] text-inherit" />
<span v-if="simulationState.status === 'SUCCESS'">Success!</span>
<span v-if="simulationState.status === 'FAIL'"
>Transaction failed!</span
Expand Down

0 comments on commit 748b8cb

Please sign in to comment.