Skip to content

Commit

Permalink
fix landing page
Browse files Browse the repository at this point in the history
  • Loading branch information
bob2402 committed Apr 30, 2024
1 parent 2a7be34 commit ead7134
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion routes/landing.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export default function Landing(information?: RelayInformation) {
<span class="font-bold">Description:</span> {information?.description}
</li>
<li>
<span class="font-bold">Pubkey:</span> {information?.pubkey.bech32()}
<span class="font-bold">Pubkey:</span> {information?.pubkey.hex}
</li>
<li>
<span class="font-bold">Contact:</span> {information?.contact}
Expand Down

0 comments on commit ead7134

Please sign in to comment.