Skip to content

Commit

Permalink
chore: update market binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
motorina0 committed Sep 21, 2023
1 parent f29e77d commit db24e93
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 20 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.ed8b8314.js"></script>
<script type="module" crossorigin src="/nostrmarket/static/market/assets/index.923cbbf9.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.ed8b8314.js')}}"></script>
src="{{ url_for('nostrmarket_static', path='market/assets/index.923cbbf9.js')}}"></script>
<link rel="stylesheet" href="{{ url_for('nostrmarket_static', path='market/assets/index.73d462e5.css')}}">
</head>

Expand Down

0 comments on commit db24e93

Please sign in to comment.