Skip to content

Commit 491135e

Browse files
committed
minor password protection UI update
1 parent cd7ca1c commit 491135e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/RouteGuard.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ const RouteGuard: React.FC<RouteGuardProps> = ({ children }) => {
9999
<Heading align="center" wrap="balance">
100100
This page is password protected
101101
</Heading>
102-
<Flex fillWidth gap="8" direction="column">
102+
<Flex fillWidth gap="8" direction="column" alignItems="center">
103103
<Input
104104
id="password"
105105
label="Password"

0 commit comments

Comments
 (0)