Skip to content

Commit

Permalink
Fix stroke width name
Browse files Browse the repository at this point in the history
  • Loading branch information
saulshanabrook committed Oct 12, 2024
1 parent 1ad47e1 commit 65ca6ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "egraph-visualizer",
"version": "2.0.0",
"version": "2.0.1",
"repository": {
"type": "git",
"url": "git+https://github.com/saulshanabrook/egraph-visualizer.git"
Expand Down
2 changes: 1 addition & 1 deletion src/Loading.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export function Loading() {
<div className="flex items-center">
<span className="text-3xl mr-4">Loading</span>
<svg className="animate-spin h-8 w-8 text-gray-800" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24">
<circle className="opacity-25" cx="12" cy="12" r="10" stroke="currentColor" stroke-width="4"></circle>
<circle className="opacity-25" cx="12" cy="12" r="10" stroke="currentColor" strokeWidth="4"></circle>
<path
className="opacity-75"
fill="currentColor"
Expand Down

0 comments on commit 65ca6ea

Please sign in to comment.