fix: page title for SSH keys (#4391)
This commit is contained in:
parent
e040fd1ebd
commit
a6b250913b
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ export default () => {
|
|||
}, [error]);
|
||||
|
||||
return (
|
||||
<PageContentBlock title={'Account API'}>
|
||||
<PageContentBlock title={'SSH Keys'}>
|
||||
<FlashMessageRender byKey={'account'} />
|
||||
<div css={tw`md:flex flex-nowrap my-10`}>
|
||||
<ContentBox title={'Add SSH Key'} css={tw`flex-none w-full md:w-1/2`}>
|
||||
|
|
Loading…
Reference in a new issue