We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97b284f commit bfee804Copy full SHA for bfee804
libs/tup-components/src/accounts/ManageAccount.tsx
@@ -30,7 +30,7 @@ const ManageUser = () => (
30
href="https://accounts.tacc.utexas.edu/mfa"
31
target="_blank"
32
rel="noreferrer"
33
- className={`c-button c-button--secondary`}
+ className={`${styles['tap-action']} c-button c-button--secondary`}
34
>
35
Manage Multi-factor Authentication
36
</a>
@@ -48,9 +48,9 @@ const ManageUpload = () => (
48
href="https://tacc.utexas.edu/secure-upload"
49
50
51
- className={styles['tap-action']}
52
53
- <Button type="secondary">Secure File Upload</Button>
+ Secure File Upload
54
55
</article>
56
);
0 commit comments