We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18ad805 commit 9ec89d9Copy full SHA for 9ec89d9
src/app/sponsors/page.tsx
@@ -97,12 +97,13 @@ export default function SponsorsPage() {
97
description: "Enabling innovation through strategic partnerships",
98
logo: "IntuitiveFoundation.png",
99
website: "https://www.intuitivefoundation.org/"
100
+ },
101
- // {
102
- // name: "Teledatics",
103
- // description: "Providing high-quality racing gear and apparel.",
104
- // logo: "TeledaticsLogo.png",
105
- //website: "https://www.teledatics.com/"
+ {
+ name: "Teledatics",
+ description: "Providing high-quality racing gear and apparel.",
+ logo: "TeledaticsLogo.png",
106
+ website: "https://www.teledatics.com/"
107
}
108
109
],
0 commit comments