We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f54fa8 commit 075454cCopy full SHA for 075454c
site/src/pages/UserSettingsPage/SSHKeysPage/SSHKeysPageView.tsx
@@ -53,9 +53,7 @@ export const SSHKeysPageView: FC<SSHKeysPageViewProps> = ({
53
<>
54
<CodeExample code={sshKey.public_key.trim()} />
55
<div>
56
- <Button variant="outlined" onClick={onRegenerateClick}>
57
- {Language.regenerateLabel}
58
- </Button>
+ <Button onClick={onRegenerateClick}>{Language.regenerateLabel}</Button>
59
</div>
60
</>
61
)}
0 commit comments