Skip to content

Commit 159ba01

Browse files
committed
feat: remove IconServer from minimized DRuntimeContent for cleaner display
1 parent dc995d2 commit 159ba01

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/components/d-runtime/DRuntimeContent.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ export const DRuntimeContent: React.FC<DRuntimeContentProps> = (props) => {
3232

3333
{minimized ? (
3434
<Flex align={"center"} style={{gap: "0.7rem"}}>
35-
<IconServer size={16}/>
3635
<Text size={"md"} hierarchy={"secondary"} display={"block"}>
3736
{runtime?.name}
3837
</Text>

0 commit comments

Comments
 (0)