Skip to content

Commit

Permalink
fix: hide some fields (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
motorina0 authored Nov 29, 2024
1 parent 00771df commit ebc700b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/pages/Index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<h1 class="text-bold" :class="$q.screen.gt.sm ? 'text-h2' : 'text-h3'">
Your @nostr.com Identity
</h1>
<p class="text-h6 hero-links">
<!-- <p class="text-h6 hero-links">
<a href="/"
><span>Nostr Identifier</span>
<q-tooltip
Expand Down Expand Up @@ -34,7 +34,7 @@
</a>
|
<span> Relay<q-tooltip>Available soon...</q-tooltip></span>
</p>
</p> -->
</div>
<q-input
dark
Expand Down
4 changes: 2 additions & 2 deletions src/pages/Profile.vue
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
</div>
</q-item-section>
<q-item-section side>
<q-btn
<!-- <q-btn
type="a"
:href="`https://metadata.nostr.com?pubkey=${user_details.pubkey}`"
target="_blank"
Expand All @@ -83,7 +83,7 @@
rounded
color="secondary"
text-color="primary"
></q-btn>
></q-btn> -->
</q-item-section>
</q-item>
</q-list>
Expand Down

0 comments on commit ebc700b

Please sign in to comment.