Skip to content

Commit

Permalink
docs: update terms (#182)
Browse files Browse the repository at this point in the history
  • Loading branch information
ianlnf authored Aug 28, 2024
1 parent d4b02dd commit 9f9aa83
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ export function ComponentStatusTable() {
under consideration for the design system.
</Paragraph>
<Table
headers={['Component', 'Figma UI Kit', 'HTML', 'React']}
headers={['Component', 'Figma Library', 'HTML', 'React']}
ids={componentStatuses.map((componentStatus) => componentStatus.id)}
renderRow={(id) => {
const componentStatus = componentStatuses.find(
Expand Down
2 changes: 1 addition & 1 deletion apps/docs/src/components/document/vision/vision.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ const assets: Structure = {

const tools: Structure = {
additions: [
{ text: 'Figma UI Kit' },
{ text: 'Figma Library' },
{ text: 'Figma plugins' },
{ text: 'Token validators' },
{ text: 'Utility packages' },
Expand Down
4 changes: 2 additions & 2 deletions apps/docs/src/lib/components.ts
Original file line number Diff line number Diff line change
Expand Up @@ -172,8 +172,8 @@ export function getComponents(): ComponentDetail[] {
],
},
{
id: 'accordian',
name: 'Accordian',
id: 'accordion',
name: 'Accordion',
statuses: [
{
platform: {
Expand Down

0 comments on commit 9f9aa83

Please sign in to comment.