Skip to content

Commit 2ce63d0

Browse files
docs: Added Agree sponsor (#1542)
* Added Agree sponsor * Small fix
1 parent 5322daf commit 2ce63d0

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

docs/components/pages/landing/community/Sponsors.tsx

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ import {
55
import { FadeIn } from "@/components/pages/landing/shared/FadeIn";
66
import { SectionSubHeader } from "@/components/pages/landing/shared/Headings";
77

8+
import agree from "../../../../public/img/sponsors/agree.png";
89
import atuin from "../../../../public/img/sponsors/atuin.png";
910
import capitolDark from "../../../../public/img/sponsors/capitolDark.svg";
1011
import capitolLight from "../../../../public/img/sponsors/capitolLight.svg";
@@ -26,6 +27,14 @@ import typeCellLight from "../../../../public/img/sponsors/typeCellLight.svg";
2627
import zendis from "../../../../public/img/sponsors/zendis.svg";
2728

2829
export 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,

docs/public/img/sponsors/agree.png

66.7 KB
Loading

0 commit comments

Comments
 (0)