Skip to content

Commit

Permalink
fix: fixed styling for flex-title, fixed blockExplorer url to use pro…
Browse files Browse the repository at this point in the history
…per syntax for object
  • Loading branch information
corwintines committed Dec 14, 2021
1 parent 371de09 commit c565580
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion vue-app/src/components/TransactionReceipt.vue
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<div class="actions">
<links
class="explorerLink"
:to="blockExplorerUrl"
:to="blockExplorer.url"
v-tooltip="`View on ${blockExplorer.label}`"
:hideArrow="true"
>
Expand Down
3 changes: 2 additions & 1 deletion vue-app/src/views/ProjectAdded.vue
Original file line number Diff line number Diff line change
Expand Up @@ -172,10 +172,11 @@ ul {
.flex-title {
display: flex;
gap: 0.5rem;
align-items: center;
align-items: left;
margin-bottom: 3rem;
margin-top: 1.5rem;
flex-wrap: wrap;
flex-direction: column;
img {
width: 1rem;
Expand Down

0 comments on commit c565580

Please sign in to comment.