Skip to content

Commit

Permalink
Update Blocks Card
Browse files Browse the repository at this point in the history
  • Loading branch information
nortonandreev committed Jul 5, 2024
1 parent 698ccf2 commit 3722c82
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ exports[`Blocks Card > should disable the \`Show More\` button if there is no mo
<h1
class="data-card__header-title"
>
Blocks — 10 Displayed Items
Blocks — 10 Displayed Items
</h1>
<button
Expand Down Expand Up @@ -2627,7 +2627,7 @@ exports[`Blocks Card > should disable the \`Show More\` button is the card is in
<h1
class="data-card__header-title"
>
Blocks — 0 Displayed Items
Blocks — 0 Displayed Items
</h1>
<button
Expand Down Expand Up @@ -2667,7 +2667,7 @@ exports[`Blocks Card > should render the \`BlocksCard\` component 1`] = `
<h1
class="data-card__header-title"
>
Blocks — 0 Displayed Items
Blocks — 0 Displayed Items
</h1>
<button
Expand Down
2 changes: 1 addition & 1 deletion explorer/src/lib/components/blocks-card/BlocksCard.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
data={blocks}
{error}
{loading}
title="Blocks {displayedBlocks.length} Displayed Items"
title="Blocks — {displayedBlocks.length} Displayed Items"
headerButtonDetails={{
action: () => loadMoreItems(),
disabled: isLoadMoreDisabled,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ exports[`Blocks page > should render the Blocks page, start polling for blocks a
<h1
class="data-card__header-title"
>
Blocks — 0 Displayed Items
Blocks — 0 Displayed Items
</h1>
<button
Expand Down Expand Up @@ -59,7 +59,7 @@ exports[`Blocks page > should render the Blocks page, start polling for blocks a
<h1
class="data-card__header-title"
>
Blocks — 15 Displayed Items
Blocks — 15 Displayed Items
</h1>
<button
Expand Down

0 comments on commit 3722c82

Please sign in to comment.