Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
GTC6244 committed Mar 10, 2024
1 parent a338194 commit 2d3d0ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NodeView/Components/Config/Validator.razor
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
</RadzenDataGridColumn>
<RadzenDataGridColumn TItem="Services.Metrics.Models.Validator" Property="NodeAddress" Title="Node Address" Width="25%" >
<Template Context="data">
<a href="@("https://lit-protocol.calderaexplorer.xyz/address/" +data.NodeAddress)" style="text-decoration:none" target="_blank" >@data.NodeAddress</a>
<a href="@("https://lit-protocol.calderaexplorer.xyz/address/" +data.NodeAddress)" style="text-decoration:none" target="_blank">@data.NodeAddress</a>
</Template>
</RadzenDataGridColumn>
<RadzenDataGridColumn TItem="Services.Metrics.Models.Validator" Property="StakerAddress" Title="Staker Address" Width="25%" >
Expand Down

0 comments on commit 2d3d0ec

Please sign in to comment.