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
|
@ -113,7 +113,7 @@ export default ({ server, className }: { server: Server; className?: string }) =
|
||||||
)}
|
)}
|
||||||
</div>
|
</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`}>
|
<div css={tw`flex justify-center`}>
|
||||||
<FontAwesomeIcon icon={faEthernet} css={tw`text-neutral-500`} />
|
<FontAwesomeIcon icon={faEthernet} css={tw`text-neutral-500`} />
|
||||||
<p css={tw`text-sm text-neutral-400 ml-2`}>
|
<p css={tw`text-sm text-neutral-400 ml-2`}>
|
||||||
|
|
Loading…
Reference in a new issue