design nitpicks

This commit is contained in:
Jorik Schellekens
2020-09-16 13:58:14 +01:00
parent 0a8685360f
commit 1352feca21
14 changed files with 69 additions and 33 deletions
+2 -2
View File
@@ -87,8 +87,8 @@ const InviteTile: React.FC<IProps> = ({ children, client, link }: IProps) => {
advanced = (
<>
<hr />
<h3>Almost done!</h3>
<p>Pick a client to open {link.identifier}</p>
<h2>Almost done!</h2>
<p>Great, pick a client below to confirm and continue</p>
<ClientSelection link={link} />
</>
);