File tree Expand file tree Collapse file tree 3 files changed +21
-1
lines changed
Expand file tree Collapse file tree 3 files changed +21
-1
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ export interface Brand {
2929 <p >
3030 <slot />
3131 </p >
32- <div class =" grid grid-cols-2 sm:grid-cols-2 md:grid-cols-5 lg:grid-cols-5 xl:grid-cols-5 gap-4 sm:gap-6 md:gap-8 py-6 md:py-8" >
32+ <div class =" grid grid-cols-2 sm:grid-cols-2 md:grid-cols-3 lg:grid-cols-3 xl:grid-cols-3 gap-4 sm:gap-6 md:gap-8 py-6 md:py-8" >
3333 { brands .map ((brand ) => (
3434 <a
3535 href = { brand .href }
Original file line number Diff line number Diff line change 11import type { Brand } from "@/components/block/BrandWall.astro" ;
22
33export const foundations : Brand [ ] = [
4+ {
5+ name : "Agentic AI Foundation" ,
6+ href : "https://aaif.io/" ,
7+ iconName : "block-open-source/aaif" ,
8+ } ,
49 {
510 name : "The Linux Foundation" ,
611 href : "https://www.linuxfoundation.org/" ,
You can’t perform that action at this time.
0 commit comments