Skip to content

Commit 968c795

Browse files
committed
chore: description change on solution insight
1 parent b3d9d14 commit 968c795

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

Website/components/insightsview/solutions/InsightsSolutionView.tsx

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -181,8 +181,7 @@ const InsightsSolutionView = ({ }: InsightsSolutionViewProps) => {
181181
Solution Insights
182182
</Typography>
183183
<Typography variant="body1" sx={{ color: 'primary.contrastText', mt: 1, maxWidth: 600 }}>
184-
Explore relationships between solutions in your data model.
185-
The chord diagram below visualizes shared components between different solutions, helping you identify overlaps and dependencies.
184+
Explore your solutions and their interconnections. Identify shared components and understand how your solutions relate to each other.
186185
</Typography>
187186
</Box>
188187
</Grid>
@@ -284,7 +283,7 @@ const InsightsSolutionView = ({ }: InsightsSolutionViewProps) => {
284283
</Box>
285284
</Box>
286285
) : (
287-
<Typography variant="body2" sx={{ color: 'text.secondary' }}>
286+
<Typography className="italic" variant="body2" sx={{ color: 'text.secondary' }}>
288287
Select a connection in the chord diagram to see details about shared components between solutions.
289288
</Typography>
290289
)}

0 commit comments

Comments
 (0)