Skip to content

Commit 202a423

Browse files
authored
Fix styles in invite page (#198)
1 parent ec30070 commit 202a423

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Invites/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ export default function InviteLoader() {
108108

109109
<Logo className="absolute left-10 top-10 text-white" />
110110

111-
<div className="absolute left-0 top-0 h-screen w-screen content-center justify-items-center">
111+
<div className="absolute left-0 top-0 flex h-screen w-screen items-center justify-center">
112112
{!inviteDetails ? (
113113
<Spin indicator={<LoadingOutlined style={{ color: '#fff', fontSize: 24 }} spin />} />
114114
) : (

0 commit comments

Comments
 (0)