Skip to content

Commit

Permalink
Center spinner
Browse files Browse the repository at this point in the history
  • Loading branch information
dcramer committed Aug 2, 2024
1 parent 4d76996 commit 683b20d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/src/components/spinner.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export default function Spinner() {
}, [ref]);

return (
<div className="m-8 flex min-h-full justify-center text-slate-800">
<div className="m-8 flex min-h-full items-center justify-center text-slate-800">
<svg
viewBox="0 0 135 133"
fill="transparent"
Expand Down

0 comments on commit 683b20d

Please sign in to comment.