Skip to content

Commit ff506cc

Browse files
committed
Update index.mdx
1 parent f683a43 commit ff506cc

File tree

1 file changed

+0
-19
lines changed

1 file changed

+0
-19
lines changed

src/content/pages/brand/index.mdx

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ import BrandCard from '@components/brand/BrandCard.astro';
1515

1616

1717
<Container tag="section" class="grid gap-6 xl:gap-9 md:grid-cols-2 lg:grid-cols-3 max-w-none content-stretch">
18-
1918
<BrandCard
2019
title="Principles"
2120
url="/brand/principles/"
@@ -25,14 +24,6 @@ import BrandCard from '@components/brand/BrandCard.astro';
2524
</Fragment>
2625
</BrandCard>
2726

28-
<BrandCard
29-
title="Gallery"
30-
url="/brand/gallery/"
31-
>
32-
<Fragment slot="image">
33-
![Gallery](./assets/gallery.png)
34-
</Fragment>
35-
</BrandCard>
3627

3728
<BrandCard
3829
title="Typography"
@@ -88,14 +79,4 @@ import BrandCard from '@components/brand/BrandCard.astro';
8879
</Fragment>
8980
</BrandCard>
9081

91-
<BrandCard
92-
title="Resources"
93-
url="/brand/resources/"
94-
>
95-
<Fragment slot="image">
96-
![Resources](./assets/resources.png)
97-
</Fragment>
98-
</BrandCard>
99-
100-
10182
</Container>

0 commit comments

Comments
 (0)