Skip to content

Commit

Permalink
Merge branch 'main' into tavano/cancel-in-progress
Browse files Browse the repository at this point in the history
  • Loading branch information
guitavano authored Jan 30, 2024
2 parents 8f734cd + 32ebdf3 commit 8c794bf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion components/search/Sort.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ function Sort({ sortOptions }: Props) {

return (
<>
<label for="sort" class="sr-only">Ordenar por </label>
<label for="sort" class="sr-only">Ordenar por</label>
<select
id="sort"
name="sort"
Expand Down
4 changes: 2 additions & 2 deletions deno.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"imports": {
"$store/": "./",
"deco/": "https://denopkg.com/deco-cx/[email protected].2/",
"apps/": "../apps/",
"deco/": "https://denopkg.com/deco-cx/[email protected].11/",
"apps/": "https://denopkg.com/deco-cx/apps@0.32.8/",
"$fresh/": "https://deno.land/x/[email protected]/",
"preact": "https://esm.sh/[email protected]",
"preact/": "https://esm.sh/[email protected]/",
Expand Down

0 comments on commit 8c794bf

Please sign in to comment.