Skip to content

Commit

Permalink
fix(status-page): proposer title (#14058)
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfderechter authored Jun 27, 2023
1 parent 00a5a97 commit 412ba70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/status-page/src/pages/home/Home.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
{/if}

{#if proposerDetailsOpen}
<DetailsModal title={"Prover Details"} bind:isOpen={proposerDetailsOpen}>
<DetailsModal title={"Proposer Details"} bind:isOpen={proposerDetailsOpen}>
<div
class="grid grid-cols-2 gap-4 text-center my-10 max-h-96 overflow-y-auto"
slot="body"
Expand Down

0 comments on commit 412ba70

Please sign in to comment.