Skip to content

Commit

Permalink
Minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
DerCed committed Feb 14, 2024
1 parent 122bd43 commit 204f85f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/verify/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export default function Page() {

}, []);
return <Box sx={{padding: 10, display: "flex", justifyContent: "center"}}>
<Box align={"center"}>
<Box >
<CircularProgress color={"inherit"}/>
<Typography>Verifying your Token</Typography>
</Box>
Expand Down

0 comments on commit 204f85f

Please sign in to comment.