Skip to content

Commit d69fc41

Browse files
Update Figma to link out to Twilio's community page instead (#1576)
1 parent 0cebcfc commit d69fc41

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/components/homepage/Resources.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ const Resources = () => {
2020
</Paragraph>
2121
</Pane>
2222
<Pane display="flex">
23-
<ResourceCard title="Evergreen Figma Library" logo={<FigmaIcon />} url="https://www.figma.com/@segment" />
23+
<ResourceCard title="Evergreen Figma Library" logo={<FigmaIcon />} url="https://www.figma.com/@twilio" />
2424
<ResourceCard title="Segment Brand Hub" logo={<SegmentIcon />} url="https://brand.segment.com/" />
2525
</Pane>
2626
</Pane>

docs/pages/resources.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ const ResourcesPage = () => (
1414
<Heading size={700}>Figma Library</Heading>
1515
<Paragraph marginTop={majorScale(2)} marginBottom={majorScale(4)} size={400}>
1616
Evergreen Figma library is available on Figma Community:{' '}
17-
<Link href="https://www.figma.com/@segment" color="blue" target="_blank">
18-
https://www.figma.com/@segment
17+
<Link href="https://www.figma.com/@twilio" color="blue" target="_blank">
18+
https://www.figma.com/@twilio
1919
</Link>
2020
</Paragraph>
2121
<Pane is="img" src="/resource-img-figma.png" display="flex" width="100%" maxWidth={majorScale(116)} />

0 commit comments

Comments
 (0)