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 336e3d8 commit bfd81fbCopy full SHA for bfd81fb
apps/web/src/app/[orgShortcode]/_components/claim-email-identity.tsx
@@ -31,12 +31,18 @@ export function ClaimEmailIdentity() {
31
You can also ask your Organization admin to assign a email to you
32
</p>
33
</div>
34
- <DialogFooter>
+ <DialogFooter className="flex gap-2">
35
<DialogClose asChild>
36
- <Button variant="secondary">Ignore for now</Button>
+ <Button
37
+ variant="secondary"
38
+ className="flex-1">
39
+ Ignore for now
40
+ </Button>
41
</DialogClose>
42
- <Button asChild>
43
44
+ asChild
45
46
<Link href={`/${orgShortcode}/settings/user/addresses`}>
47
Claim Free @uninbox.me Address
48
</Link>
0 commit comments