Skip to content

Commit bfee804

Browse files
committed
fix: finish fixing link-button combos
1 parent 97b284f commit bfee804

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

libs/tup-components/src/accounts/ManageAccount.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ const ManageUser = () => (
3030
href="https://accounts.tacc.utexas.edu/mfa"
3131
target="_blank"
3232
rel="noreferrer"
33-
className={`c-button c-button--secondary`}
33+
className={`${styles['tap-action']} c-button c-button--secondary`}
3434
>
3535
Manage Multi-factor Authentication
3636
</a>
@@ -48,9 +48,9 @@ const ManageUpload = () => (
4848
href="https://tacc.utexas.edu/secure-upload"
4949
target="_blank"
5050
rel="noreferrer"
51-
className={styles['tap-action']}
51+
className={`${styles['tap-action']} c-button c-button--secondary`}
5252
>
53-
<Button type="secondary">Secure File Upload</Button>
53+
Secure File Upload
5454
</a>
5555
</article>
5656
);

0 commit comments

Comments
 (0)