Skip to content

Commit

Permalink
Change to label component
Browse files Browse the repository at this point in the history
  • Loading branch information
chasefleming committed Feb 26, 2024
1 parent c1d112c commit 4c39579
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/FundAccountSubmitted.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ access(all) fun main(account: Address): UFix64 {
</Flex>
{publicConfig.network === "previewnet" && (
<>
<label>Balance</label>
<Label>Balance</Label>
{isFetchingBalance ? (
<div>Fetching...</div>
) : (
Expand Down

0 comments on commit 4c39579

Please sign in to comment.