Skip to content

Commit

Permalink
update design
Browse files Browse the repository at this point in the history
  • Loading branch information
deuch13 committed Jun 18, 2024
1 parent 2ee9a50 commit 458ede9
Show file tree
Hide file tree
Showing 5 changed files with 84 additions and 84 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -887,7 +887,7 @@ exports[`Blocks Card > should disable the \`Show More\` button if there is no mo
</svg>
rewards (dusk)
rewards
</dt>
<dd
Expand All @@ -896,7 +896,7 @@ exports[`Blocks Card > should disable the \`Show More\` button if there is no mo
<span
class="dusk-badge dusk-badge--variant-alt"
>
16
16 DUSK
</span>
</dd>
</dl>
Expand Down Expand Up @@ -1077,7 +1077,7 @@ exports[`Blocks Card > should disable the \`Show More\` button if there is no mo
</svg>
rewards (dusk)
rewards
</dt>
<dd
Expand All @@ -1086,7 +1086,7 @@ exports[`Blocks Card > should disable the \`Show More\` button if there is no mo
<span
class="dusk-badge dusk-badge--variant-alt"
>
16
16 DUSK
</span>
</dd>
</dl>
Expand Down Expand Up @@ -1267,7 +1267,7 @@ exports[`Blocks Card > should disable the \`Show More\` button if there is no mo
</svg>
rewards (dusk)
rewards
</dt>
<dd
Expand All @@ -1276,7 +1276,7 @@ exports[`Blocks Card > should disable the \`Show More\` button if there is no mo
<span
class="dusk-badge dusk-badge--variant-alt"
>
16
16 DUSK
</span>
</dd>
</dl>
Expand Down Expand Up @@ -1457,7 +1457,7 @@ exports[`Blocks Card > should disable the \`Show More\` button if there is no mo
</svg>
rewards (dusk)
rewards
</dt>
<dd
Expand All @@ -1466,7 +1466,7 @@ exports[`Blocks Card > should disable the \`Show More\` button if there is no mo
<span
class="dusk-badge dusk-badge--variant-alt"
>
16
16 DUSK
</span>
</dd>
</dl>
Expand Down Expand Up @@ -1647,7 +1647,7 @@ exports[`Blocks Card > should disable the \`Show More\` button if there is no mo
</svg>
rewards (dusk)
rewards
</dt>
<dd
Expand All @@ -1656,7 +1656,7 @@ exports[`Blocks Card > should disable the \`Show More\` button if there is no mo
<span
class="dusk-badge dusk-badge--variant-alt"
>
16
16 DUSK
</span>
</dd>
</dl>
Expand Down Expand Up @@ -1837,7 +1837,7 @@ exports[`Blocks Card > should disable the \`Show More\` button if there is no mo
</svg>
rewards (dusk)
rewards
</dt>
<dd
Expand All @@ -1846,7 +1846,7 @@ exports[`Blocks Card > should disable the \`Show More\` button if there is no mo
<span
class="dusk-badge dusk-badge--variant-alt"
>
16
16 DUSK
</span>
</dd>
</dl>
Expand Down Expand Up @@ -2027,7 +2027,7 @@ exports[`Blocks Card > should disable the \`Show More\` button if there is no mo
</svg>
rewards (dusk)
rewards
</dt>
<dd
Expand All @@ -2036,7 +2036,7 @@ exports[`Blocks Card > should disable the \`Show More\` button if there is no mo
<span
class="dusk-badge dusk-badge--variant-alt"
>
16
16 DUSK
</span>
</dd>
</dl>
Expand Down Expand Up @@ -2217,7 +2217,7 @@ exports[`Blocks Card > should disable the \`Show More\` button if there is no mo
</svg>
rewards (dusk)
rewards
</dt>
<dd
Expand All @@ -2226,7 +2226,7 @@ exports[`Blocks Card > should disable the \`Show More\` button if there is no mo
<span
class="dusk-badge dusk-badge--variant-alt"
>
16
16 DUSK
</span>
</dd>
</dl>
Expand Down Expand Up @@ -2407,7 +2407,7 @@ exports[`Blocks Card > should disable the \`Show More\` button if there is no mo
</svg>
rewards (dusk)
rewards
</dt>
<dd
Expand All @@ -2416,7 +2416,7 @@ exports[`Blocks Card > should disable the \`Show More\` button if there is no mo
<span
class="dusk-badge dusk-badge--variant-alt"
>
16
16 DUSK
</span>
</dd>
</dl>
Expand Down Expand Up @@ -2597,7 +2597,7 @@ exports[`Blocks Card > should disable the \`Show More\` button if there is no mo
</svg>
rewards (dusk)
rewards
</dt>
<dd
Expand All @@ -2606,7 +2606,7 @@ exports[`Blocks Card > should disable the \`Show More\` button if there is no mo
<span
class="dusk-badge dusk-badge--variant-alt"
>
16
16 DUSK
</span>
</dd>
</dl>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ exports[`Blocks List > renders the Blocks List component 1`] = `
</svg>
rewards (dusk)
rewards
</dt>
<dd
Expand All @@ -187,7 +187,7 @@ exports[`Blocks List > renders the Blocks List component 1`] = `
<span
class="dusk-badge dusk-badge--variant-alt"
>
16
16 DUSK
</span>
</dd>
</dl>
Expand Down
4 changes: 2 additions & 2 deletions explorer/src/lib/components/blocks-list/BlocksList.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -74,11 +74,11 @@

<!-- BLOCK REWARD -->
<ListItem tooltipText="The reward allocated to the block generator">
<svelte:fragment slot="term">rewards (dusk)</svelte:fragment>
<svelte:fragment slot="term">rewards</svelte:fragment>
<svelte:fragment slot="definition">
<Badge
variant="alt"
text={`${formatter(luxToDusk(data.header.reward))}`}
text={`${formatter(luxToDusk(data.header.reward))} DUSK`}
/>
</svelte:fragment>
</ListItem>
Expand Down
Loading

0 comments on commit 458ede9

Please sign in to comment.