Skip to content

Commit 3145321

Browse files
committed
Bold configuration
Signed-off-by: David Gageot <[email protected]>
1 parent cb1f28c commit 3145321

File tree

1 file changed

+4
-5
lines changed
  • src/extension/ui/src/components/tile

1 file changed

+4
-5
lines changed

src/extension/ui/src/components/tile/Modal.tsx

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ const ConfigurationModal = ({
264264
}
265265
color="error"
266266
>
267-
Configuration
267+
<Typography sx={[tabValue === 1 && { fontWeight: 'bold' }]}>Configuration</Typography>
268268
</Badge>
269269
}
270270
/>
@@ -302,8 +302,7 @@ const ConfigurationModal = ({
302302
<Link
303303
onClick={() =>
304304
client.host.openExternal(
305-
`${
306-
catalogItem.readme
305+
`${catalogItem.readme
307306
}#tool-${tool.name.replaceAll(' ', '-')}` || ''
308307
)
309308
}
@@ -352,7 +351,7 @@ const ConfigurationModal = ({
352351
const secretEdited =
353352
(secret.assigned &&
354353
localSecrets[secret.name] !==
355-
ASSIGNED_SECRET_PLACEHOLDER) ||
354+
ASSIGNED_SECRET_PLACEHOLDER) ||
356355
(!secret.assigned &&
357356
localSecrets[secret.name] !== '');
358357
return (
@@ -449,7 +448,7 @@ const ConfigurationModal = ({
449448
</>
450449
)}
451450
</DialogContent>
452-
</Dialog>
451+
</Dialog >
453452
);
454453
};
455454

0 commit comments

Comments
 (0)