Skip to content

Commit

Permalink
chore: market UI update
Browse files Browse the repository at this point in the history
  • Loading branch information
motorina0 committed Sep 20, 2023
1 parent 97ee1c8 commit 1de0113
Show file tree
Hide file tree
Showing 7 changed files with 23 additions and 23 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion static/market/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<link rel=icon type=image/png sizes=32x32 href="/nostrmarket/static/market/icons/favicon-32x32.png">
<link rel=icon type=image/png sizes=16x16 href="/nostrmarket/static/market/icons/favicon-16x16.png">
<link rel=icon type=image/ico href="/nostrmarket/static/market/favicon.ico">
<script type="module" crossorigin src="/nostrmarket/static/market/assets/index.a72ef313.js"></script>
<script type="module" crossorigin src="/nostrmarket/static/market/assets/index.ed8b8314.js"></script>
<link rel="stylesheet" href="/nostrmarket/static/market/assets/index.73d462e5.css">
</head>

Expand Down
2 changes: 1 addition & 1 deletion templates/nostrmarket/market.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

<!-- Note: the .js and .css build IDs must be updated when a new version si released for 'static/market/index.html'-->
<script type="module" crossorigin
src="{{ url_for('nostrmarket_static', path='market/assets/index.a72ef313.js')}}"></script>
src="{{ url_for('nostrmarket_static', path='market/assets/index.ed8b8314.js')}}"></script>
<link rel="stylesheet" href="{{ url_for('nostrmarket_static', path='market/assets/index.73d462e5.css')}}">
</head>

Expand Down

0 comments on commit 1de0113

Please sign in to comment.