Skip to content

Commit 3eff94c

Browse files
committed
feat: add defna as sponsors
1 parent 35f9a27 commit 3eff94c

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

public/sponsors/defna.png

21.6 KB
Loading

src/components/sponsors.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export default function Sponsors() {
1515
<div className="grid gap-12">
1616
<div>
1717
<h2 className="text-3xl font-bold lg:text-4xl text-center">
18-
Sponsors
18+
Previous Sponsors
1919
</h2>
2020
</div>
2121
</div>

src/lib/constants.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ interface Sponsor {
66
}
77

88
export const sponsors: Sponsor[] = [
9+
{
10+
title: "Django Events Foundation North America",
11+
image: "/sponsors/defna.png",
12+
url: "https://www.defna.org/",
13+
year: ["2025"],
14+
},
915
{
1016
title: "Cactus Group",
1117
image: "/sponsors/cactus.png",

0 commit comments

Comments
 (0)