File tree Expand file tree Collapse file tree 2 files changed +9
-0
lines changed
components/pages/landing/community Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Original file line number Diff line number Diff line change 55import { FadeIn } from "@/components/pages/landing/shared/FadeIn" ;
66import { SectionSubHeader } from "@/components/pages/landing/shared/Headings" ;
77
8+ import agree from "../../../../public/img/sponsors/agree.png" ;
89import atuin from "../../../../public/img/sponsors/atuin.png" ;
910import capitolDark from "../../../../public/img/sponsors/capitolDark.svg" ;
1011import capitolLight from "../../../../public/img/sponsors/capitolLight.svg" ;
@@ -26,6 +27,14 @@ import typeCellLight from "../../../../public/img/sponsors/typeCellLight.svg";
2627import zendis from "../../../../public/img/sponsors/zendis.svg" ;
2728
2829export const sponsorsCardData : SponsorCardProps [ ] = [
30+ {
31+ logo : {
32+ light : agree ,
33+ dark : agree ,
34+ } ,
35+ name : "Agree" ,
36+ link : "https://agree.com/" ,
37+ } ,
2938 {
3039 logo : {
3140 light : atuin ,
You can’t perform that action at this time.
0 commit comments