Skip to content

Commit

Permalink
hotfix: select lint regression
Browse files Browse the repository at this point in the history
  • Loading branch information
clbrge committed Feb 21, 2023
1 parent e75e2ba commit 77f95c6
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 26 deletions.
2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
"bulma-calendar": "^6.1.18",
"bulma-o-steps": "^1.1.0",
"dayjs": "^1.11.7",
"feather-icons": "^4.29.0",
"jsonwebtoken-esm": "^2.0.1",
"jsqr": "^1.4.0",
"svelte-file-dropzone": "^1.0.0"
Expand Down Expand Up @@ -53,7 +52,6 @@
"svelte-eslint-parser": "^0.23.0",
"svelte-ethers-store": "^2.5.10",
"svelte-preprocess": "^5.0.1",
"svgo": "^3.0.2",
"tabler-icons-svelte": "^1.9.1",
"vite": "^4.1.3"
},
Expand Down
2 changes: 1 addition & 1 deletion src/components/form/Project.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@
bind:group={data.visual}
name="visualDefault"
value={visual} />
<a class="button is-small mb-1" href="#select">Select</a>
<span class="button is-small mb-1">Select</span>
<figure class="image is-16by9">
<img
alt="default visual"
Expand Down
23 changes: 0 additions & 23 deletions svgo.config.cjs

This file was deleted.

0 comments on commit 77f95c6

Please sign in to comment.