We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec30070 commit 202a423Copy full SHA for 202a423
src/components/Invites/index.tsx
@@ -108,7 +108,7 @@ export default function InviteLoader() {
108
109
<Logo className="absolute left-10 top-10 text-white" />
110
111
- <div className="absolute left-0 top-0 h-screen w-screen content-center justify-items-center">
+ <div className="absolute left-0 top-0 flex h-screen w-screen items-center justify-center">
112
{!inviteDetails ? (
113
<Spin indicator={<LoadingOutlined style={{ color: '#fff', fontSize: 24 }} spin />} />
114
) : (
0 commit comments