mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08:00
chore: use consistent button type for settings (#3362)
This commit is contained in:
@@ -53,9 +53,7 @@ export const SSHKeysPageView: FC<SSHKeysPageViewProps> = ({
|
||||
<>
|
||||
<CodeExample code={sshKey.public_key.trim()} />
|
||||
<div>
|
||||
<Button variant="outlined" onClick={onRegenerateClick}>
|
||||
{Language.regenerateLabel}
|
||||
</Button>
|
||||
<Button onClick={onRegenerateClick}>{Language.regenerateLabel}</Button>
|
||||
</div>
|
||||
</>
|
||||
)}
|
||||
|
||||
Reference in New Issue
Block a user