Update resources/scripts/components/dashboard/ServerRow.tsx
This commit is contained in:
parent
37ec560c98
commit
fead7aa5af
1 changed files with 3 additions and 3 deletions
|
@ -107,13 +107,13 @@ export default ({ server, className }: { server: Server; className?: string }) =
|
|||
{!!server.description && (
|
||||
<div>
|
||||
<BeforeEntryDescription />
|
||||
<p css={tw`text-sm text-neutral-300 break-words line-clamp-2`}>{server.description}</p>
|
||||
<p css={tw`text-sm text-neutral-300 break-words line-clamp-2`}>{server.description}</p>
|
||||
<AfterEntryDescription />
|
||||
</div>
|
||||
)}
|
||||
</div>
|
||||
</div>
|
||||
<div css={tw`flex-1 ml-4 lg:block lg:col-span-2 hidden`}>
|
||||
<div css={tw`flex-1 ml-4 lg:block lg:col-span-2 hidden`}>
|
||||
<div css={tw`flex justify-center`}>
|
||||
<FontAwesomeIcon icon={faEthernet} css={tw`text-neutral-500`} />
|
||||
<p css={tw`text-sm text-neutral-400 ml-2`}>
|
||||
|
|
Loading…
Reference in a new issue