Skip to content

Commit

Permalink
change modal title (#471)
Browse files Browse the repository at this point in the history
  • Loading branch information
immqu authored Oct 25, 2023
1 parent b201c8a commit 79b8b27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/CertificateCard.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ const toggleScrollable = () => (openScrollable = !openScrollable);
</Card>

<Modal isOpen={openScrollable} toggle={toggleScrollable} scrollable>
<ModalHeader toggle={toggleScrollable}>Modal title</ModalHeader>
<ModalHeader toggle={toggleScrollable}>Certificate State History</ModalHeader>
<ModalBody>
<Table>
<thead>
Expand Down

0 comments on commit 79b8b27

Please sign in to comment.