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 5
5
import { FadeIn } from "@/components/pages/landing/shared/FadeIn" ;
6
6
import { SectionSubHeader } from "@/components/pages/landing/shared/Headings" ;
7
7
8
+ import agree from "../../../../public/img/sponsors/agree.png" ;
8
9
import atuin from "../../../../public/img/sponsors/atuin.png" ;
9
10
import capitolDark from "../../../../public/img/sponsors/capitolDark.svg" ;
10
11
import capitolLight from "../../../../public/img/sponsors/capitolLight.svg" ;
@@ -26,6 +27,14 @@ import typeCellLight from "../../../../public/img/sponsors/typeCellLight.svg";
26
27
import zendis from "../../../../public/img/sponsors/zendis.svg" ;
27
28
28
29
export const sponsorsCardData : SponsorCardProps [ ] = [
30
+ {
31
+ logo : {
32
+ light : agree ,
33
+ dark : agree ,
34
+ } ,
35
+ name : "Agree" ,
36
+ link : "https://agree.com/" ,
37
+ } ,
29
38
{
30
39
logo : {
31
40
light : atuin ,
You can’t perform that action at this time.
0 commit comments