fix: default images
This commit is contained in:
parent
c61b61aafa
commit
5895081dac
3 changed files with 3 additions and 5 deletions
BIN
static/images/nostr-avatar.png
Normal file
BIN
static/images/nostr-avatar.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 784 KiB |
BIN
static/images/nostr-cover.png
Normal file
BIN
static/images/nostr-cover.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.1 MiB |
|
|
@ -162,8 +162,7 @@
|
|||
<div class="row q-mb-md q-pa-none">
|
||||
<q-toolbar class="col-lg-1 col-md-1 col-sm-0 q-pl-none">
|
||||
<q-avatar rounded size="64px" class="q-ma-none q-pa-none gt-sm">
|
||||
<img
|
||||
src="https://raw.githubusercontent.com/nostr-resources/nostr-resources.github.io/master/assets/images/highres/avatar.png">
|
||||
<img src="/nostrmarket/static/images/nostr-avatar.png">
|
||||
</q-avatar>
|
||||
</q-toolbar>
|
||||
<q-toolbar class="col-lg-6 col-md-5 col-sm-12 auto-width">
|
||||
|
|
@ -229,9 +228,8 @@
|
|||
<div class="col-lg-2 col-md-1 col-sm-0"></div>
|
||||
<div class="col-lg-8 col-md-10 col-sm-12 auto-width">
|
||||
<q-banner class="row q-pa-none q-mb-lg gt-sm shadow-2">
|
||||
<q-img
|
||||
src="https://raw.githubusercontent.com/nostr-resources/nostr-resources.github.io/master/assets/images/cover.png"
|
||||
class="rounded-borders" style="width: 100%; height: 250px" cover></q-img>
|
||||
<q-img src="/nostrmarket/static/images/nostr-cover.png" class="rounded-borders"
|
||||
style="width: 100%; height: 250px" cover></q-img>
|
||||
</q-banner>
|
||||
<div>
|
||||
<q-breadcrumbs class="cursor">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue