mirror of
https://github.com/pterodactyl/panel.git
synced 2024-11-25 10:32:31 +01:00
fix: page title for SSH keys (#4391)
This commit is contained in:
parent
e040fd1ebd
commit
a6b250913b
@ -25,7 +25,7 @@ export default () => {
|
|||||||
}, [error]);
|
}, [error]);
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<PageContentBlock title={'Account API'}>
|
<PageContentBlock title={'SSH Keys'}>
|
||||||
<FlashMessageRender byKey={'account'} />
|
<FlashMessageRender byKey={'account'} />
|
||||||
<div css={tw`md:flex flex-nowrap my-10`}>
|
<div css={tw`md:flex flex-nowrap my-10`}>
|
||||||
<ContentBox title={'Add SSH Key'} css={tw`flex-none w-full md:w-1/2`}>
|
<ContentBox title={'Add SSH Key'} css={tw`flex-none w-full md:w-1/2`}>
|
||||||
|
Loading…
Reference in New Issue
Block a user