Skip to content

Commit

Permalink
feat: Increase height in BeaconNetwork card
Browse files Browse the repository at this point in the history
  • Loading branch information
gromdimon committed Aug 5, 2024
1 parent 3fe4d45 commit 37b3f35
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ const loadBeacon = () => {
<iframe
ref="beaconFrame"
:src="beaconAddress"
style="width: 100%; height: 300px; overflow: auto; border: 0"
style="width: 100%; height: 500px; overflow: auto; border: 0"
vspace="0"
hspace="0"
/>
Expand Down

0 comments on commit 37b3f35

Please sign in to comment.