File tree Expand file tree Collapse file tree 1 file changed +0
-19
lines changed
Expand file tree Collapse file tree 1 file changed +0
-19
lines changed Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments