1
1
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:
Harry W 2022-09-25 20:05:53 +01:00 committed by GitHub
parent e040fd1ebd
commit a6b250913b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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`}>