Skip to content

Commit

Permalink
direction row for spinner
Browse files Browse the repository at this point in the history
  • Loading branch information
Kodylow authored Nov 9, 2023
1 parent 604c6e5 commit bf9cec8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/guardian-ui/src/components/VerifyGuardians.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ const WaitingForVerification: React.FC<{ verifiedConfigs: boolean }> = ({
const { t } = useTranslation();

return (
<Flex direction='column' height='100%' my={'auto'}>
<Flex direction='row' height='100%' my={'auto'}>
{verifiedConfigs ? (
<Text>{t('verify-guardians.all-guardians-verified')}</Text>
) : (
Expand Down

0 comments on commit bf9cec8

Please sign in to comment.