Skip to content

Commit

Permalink
style: formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
0x4007 committed Jun 24, 2024
1 parent d9b80f9 commit f45df40
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/home/sorting/generate-sorting-buttons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ export function generateSortingToolbar() {

const sortingManagerBottom = new SortingManager("filters-bottom", SORTING_OPTIONS, "bottom");
sortingManagerBottom.render();
}
}
2 changes: 1 addition & 1 deletion src/home/sorting/sorting-manager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -139,4 +139,4 @@ export class SortingManager {

function renderErrorCatch(event: ErrorEvent) {
return renderErrorInModal(event.error);
}
}
3 changes: 1 addition & 2 deletions static/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,7 @@
><div id="filters" class="filters-container"></div
></div>
<div id="bottom-bar" class="toolbar"
><div id="filters-bottom" class="filters-container"></div
><a href="https://dao.ubq.fi/devpool-flow" target="_blank"><button>FAQ</button></a></div
><div id="filters-bottom" class="filters-container"></div><a href="https://dao.ubq.fi/devpool-flow" target="_blank"><button>FAQ</button></a></div
>
<script type="module" src="dist/src/home/home.js"></script>
</body>
Expand Down

0 comments on commit f45df40

Please sign in to comment.