Skip to content

Commit

Permalink
fix js warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
thewh1teagle committed Nov 20, 2023
1 parent bcc4148 commit c1f2225
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions desktop/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ function App() {
stroke="currentColor"
className="w-5 h-5"
fill="currentColor"
stroke-width="0"
strokeWidth="0"
viewBox="0 0 512 512"
height="1em"
width="1em"
Expand All @@ -120,16 +120,16 @@ function App() {
x="128"
y="128"
fill="none"
stroke-linejoin="round"
stroke-width="32"
strokeLinejoin="round"
strokeWidth="32"
rx="57"
ry="57"
></rect>
<path
fill="none"
stroke-linecap="round"
stroke-linejoin="round"
stroke-width="32"
strokeLinecap="round"
strokeLinejoin="round"
strokeWidth="32"
d="M383.5 128l.5-24a56.16 56.16 0 00-56-56H112a64.19 64.19 0 00-64 64v216a56.16 56.16 0 0056 56h24"
></path>
</svg>
Expand Down
2 changes: 1 addition & 1 deletion desktop/src/assets/success.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit c1f2225

Please sign in to comment.