Skip to content

Commit

Permalink
chore: prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
steveoh committed Jun 12, 2024
1 parent 13d4863 commit 8f469f7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/pages/Wkid.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ export default function Wkid() {
{
'ring-gray-300': !checked,
'bg-gray-50 ring-pink-400': checked,
}
},
)}
>
<h2 className="my-0 text-indigo-600">26912</h2>
Expand All @@ -66,7 +66,7 @@ export default function Wkid() {
{
'ring-gray-300': !checked,
'bg-gray-50 ring-pink-400': checked,
}
},
)}
>
<h2 className="my-0 text-indigo-600">4326</h2>
Expand All @@ -83,7 +83,7 @@ export default function Wkid() {
{
'ring-gray-300': !checked,
'bg-gray-50 ring-pink-400': checked,
}
},
)}
>
<h2 className="my-0 text-indigo-600">3857</h2>
Expand Down

0 comments on commit 8f469f7

Please sign in to comment.