Skip to content

Commit

Permalink
design resources
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelsycamore committed Dec 31, 2024
1 parent 0b38e79 commit 868e92d
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 21 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

## Design Kits

Material UI component designs are available for Figma, Sketch, and Adobe XD, providing accurate representations using shared terminology for all states, variants, and permutations of each component.
Material UI component designs are available for Figma and Sketch, providing accurate representations using shared terminology for all states, variants, and permutations of each component.

The design kits are composed of over 1,500 unique elements built to speed up the development process and ease communication for teams of designers and developers using the library.

Expand Down
5 changes: 0 additions & 5 deletions docs/src/components/productDesignKit/DesignKitDemo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -140,11 +140,6 @@ export function MaterialDesignKitInfo() {
alt="Sketch logo."
loading="lazy"
/>
<img
src="/static/branding/design-kits/adobexd-logo.svg"
alt="Adobe XD logo."
loading="lazy"
/>
</Box>
</Box>
<Typography variant="body2" sx={{ color: 'text.secondary', mb: 2 }}>
Expand Down
4 changes: 2 additions & 2 deletions docs/src/components/productDesignKit/DesignKitFAQ.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,10 @@ const faqData = [
),
},
{
summary: 'Figma or Sketch or Adobe XD?',
summary: 'Figma or Sketch?',
detail: (
<React.Fragment>
We aim to keep feature parity between the Figma, Sketch, and Adobe XD kits where possible.
We aim to keep feature parity between the Figma and Sketch kits where possible.
We have a 50% off coupon for past customers who want to switch between them.
</React.Fragment>
),
Expand Down
13 changes: 0 additions & 13 deletions docs/src/modules/components/MaterialUIDesignResources.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,19 +29,6 @@ const content = [
/>
),
},
{
title: 'Material UI for Adobe XD',
link: 'https://mui.com/store/items/adobe-xd-react/?utm_source=docs&utm_medium=referral&utm_campaign=installation-adobe-xd',
svg: (
<img
src={`/static/branding/design-kits/adobexd-logo.svg`}
alt="Adobe XD logo"
loading="lazy"
width="36"
height="36"
/>
),
},
];

export default function MaterialUIDesignResources() {
Expand Down

0 comments on commit 868e92d

Please sign in to comment.