We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35f9a27 commit 3eff94cCopy full SHA for 3eff94c
3 files changed
public/sponsors/defna.png
21.6 KB
src/components/sponsors.tsx
@@ -15,7 +15,7 @@ export default function Sponsors() {
15
<div className="grid gap-12">
16
<div>
17
<h2 className="text-3xl font-bold lg:text-4xl text-center">
18
- Sponsors
+ Previous Sponsors
19
</h2>
20
</div>
21
src/lib/constants.ts
@@ -6,6 +6,12 @@ interface Sponsor {
6
}
7
8
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
+ },
{
title: "Cactus Group",
image: "/sponsors/cactus.png",
0 commit comments