Skip to content

Commit

Permalink
Update ModuleDetails.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
ArnavK-09 authored Oct 23, 2024
1 parent 3d5b3dd commit 52875c7
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion cyclops-ui/src/components/pages/ModuleDetails.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -741,7 +741,13 @@ const ModuleDetails = () => {
<div>
<Row gutter={[40, 0]}>
<Col>
<Title level={1}>
<Title
level={1}
style={{
display: "flex",
alignItems: "flex-start",
}}
>
{module.iconURL ? (
<img
alt=""
Expand All @@ -765,6 +771,7 @@ const ModuleDetails = () => {
>
<CopyOutlined
style={{
color: "gray",
fontSize: "15px",
}}
/>
Expand Down Expand Up @@ -799,6 +806,8 @@ const ModuleDetails = () => {
contentStyle={{
fontSize: "24px",
fontWeight: "550",
display: "flex",
alignItems: "flex-start",
}}
>
{module.targetNamespace}
Expand All @@ -811,6 +820,7 @@ const ModuleDetails = () => {
style={{
marginLeft: "4px",
padding: "2px 1.5px",
color: "gray",
}}
>
<CopyOutlined
Expand Down

0 comments on commit 52875c7

Please sign in to comment.