Skip to content

Commit

Permalink
fix(2xgrid): removed card where page linked is down (#1349)
Browse files Browse the repository at this point in the history
* fix(2xgrid): removed card where page linked is down

* feat(resources): removed card with broken link
  • Loading branch information
Dan-Pastrolin-IBM authored Jun 6, 2024
1 parent 94629a9 commit 2c7a1dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 17 deletions.
10 changes: 2 additions & 8 deletions src/pages/2x-grid.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -439,19 +439,13 @@ baseline grid to guide your content.

</ResourceCard>
</Column>
<Column colMd={4} colLg={4} noGutterSm>
<ResourceCard
subTitle="Thinking with type: baseline grid"
aspectRatio="2:1"
href="http://thinkingwithtype.com/grid/#baseline-grid"
></ResourceCard>
</Column>
<Column colMd={4} colLg={4} noGutterSm>
<ResourceCard
subTitle="Grid systems in graphic design"
aspectRatio="2:1"
href="https://www.amazon.com/Grid-Systems-Graphic-Design-Communication/dp/3721201450"
></ResourceCard>
>
</ResourceCard>
</Column>
</Row>

Expand Down
9 changes: 0 additions & 9 deletions src/pages/resources.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -247,15 +247,6 @@ href="https://www.ibm.com/design/language/files/2x_video_grid.ai"
</ResourceCard>
</Column>

<Column colMd={4} colLg={4} noGutterSm>
<ResourceCard
subTitle="Thinking with type: baseline grid"
aspectRatio="2:1"
href="http://thinkingwithtype.com/grid/#baseline-grid"
>

</ResourceCard>
</Column>
<Column colMd={4} colLg={4} noGutterSm>
<ResourceCard
subTitle="Grid systems in graphic design"
Expand Down

0 comments on commit 2c7a1dd

Please sign in to comment.