You've already forked authentication-service
mirror of
https://github.com/matrix-org/matrix-authentication-service.git
synced 2025-11-23 11:02:35 +03:00
add button-style variant to Link
This commit is contained in:
committed by
Quentin Gliech
parent
23571e87ea
commit
a3b7cc27bf
@@ -149,10 +149,7 @@ const UserEmail: React.FC<{
|
||||
{!data.confirmedAt && (
|
||||
<div>
|
||||
<span className={styles.userEmailUnverified}>Unverified</span> |{" "}
|
||||
<Link
|
||||
className={styles.link}
|
||||
route={{ type: "verify-email", id: data.id }}
|
||||
>
|
||||
<Link kind="button" route={{ type: "verify-email", id: data.id }}>
|
||||
Retry verification
|
||||
</Link>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user