Skip to content

Commit 2c7a1dd

Browse files
fix(2xgrid): removed card where page linked is down (#1349)
* fix(2xgrid): removed card where page linked is down * feat(resources): removed card with broken link
1 parent 94629a9 commit 2c7a1dd

File tree

2 files changed

+2
-17
lines changed

2 files changed

+2
-17
lines changed

src/pages/2x-grid.mdx

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -439,19 +439,13 @@ baseline grid to guide your content.
439439

440440
</ResourceCard>
441441
</Column>
442-
<Column colMd={4} colLg={4} noGutterSm>
443-
<ResourceCard
444-
subTitle="Thinking with type: baseline grid"
445-
aspectRatio="2:1"
446-
href="http://thinkingwithtype.com/grid/#baseline-grid"
447-
></ResourceCard>
448-
</Column>
449442
<Column colMd={4} colLg={4} noGutterSm>
450443
<ResourceCard
451444
subTitle="Grid systems in graphic design"
452445
aspectRatio="2:1"
453446
href="https://www.amazon.com/Grid-Systems-Graphic-Design-Communication/dp/3721201450"
454-
></ResourceCard>
447+
>
448+
</ResourceCard>
455449
</Column>
456450
</Row>
457451

src/pages/resources.mdx

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -247,15 +247,6 @@ href="https://www.ibm.com/design/language/files/2x_video_grid.ai"
247247
</ResourceCard>
248248
</Column>
249249

250-
<Column colMd={4} colLg={4} noGutterSm>
251-
<ResourceCard
252-
subTitle="Thinking with type: baseline grid"
253-
aspectRatio="2:1"
254-
href="http://thinkingwithtype.com/grid/#baseline-grid"
255-
>
256-
257-
</ResourceCard>
258-
</Column>
259250
<Column colMd={4} colLg={4} noGutterSm>
260251
<ResourceCard
261252
subTitle="Grid systems in graphic design"

0 commit comments

Comments
 (0)