Skip to content

Commit 1005540

Browse files
adamloblerclaude
andcommitted
docs(ui-card): use lorem ipsum instead of course-specific copy in examples
The multiple nested cards example used Canvas-specific text (course settings, grading, notifications), which reads as domain-specific product copy rather than a generic component example. Swapped to lorem ipsum so the example stays neutral. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
1 parent fff8ec8 commit 1005540

1 file changed

Lines changed: 9 additions & 7 deletions

File tree

packages/ui-card/src/Card/v1/README.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -105,27 +105,29 @@ type: example
105105
<div style={{ display: 'flex', flexDirection: 'column', gap: '1rem' }}>
106106
<Card variant="nested">
107107
<Heading level="h3" margin="0 0 x-small 0">
108-
Course settings
108+
Lorem ipsum
109109
</Heading>
110110
<Text variant="content">
111-
Control who can see this course and when it becomes available to
112-
students.
111+
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do
112+
eiusmod tempor incididunt ut labore.
113113
</Text>
114114
</Card>
115115
<Card variant="nested">
116116
<Heading level="h3" margin="0 0 x-small 0">
117-
Grading
117+
Dolor sit amet
118118
</Heading>
119119
<Text variant="content">
120-
Choose the grading scheme and decide how final grades are calculated.
120+
Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris
121+
nisi ut aliquip ex ea commodo.
121122
</Text>
122123
</Card>
123124
<Card variant="nested">
124125
<Heading level="h3" margin="0 0 x-small 0">
125-
Notifications
126+
Consectetur adipiscing
126127
</Heading>
127128
<Text variant="content">
128-
Pick which course events should send an alert to enrolled users.
129+
Duis aute irure dolor in reprehenderit in voluptate velit esse
130+
cillum dolore eu fugiat nulla.
129131
</Text>
130132
</Card>
131133
</div>

0 commit comments

Comments
 (0)