Skip to content

Commit c7b2269

Browse files
committed
docs: 💸 Add Fastly sponsorship info
1 parent c6796ec commit c7b2269

File tree

2 files changed

+27
-0
lines changed

2 files changed

+27
-0
lines changed

app/page.tsx

+26
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@ import { Guide } from "@/components/Guides";
22
import { Resource, type ResourceType } from "@/components/Resources";
33
import { TeamMember } from "@/components/Team";
44
import { wrapper } from "@/components/mdx";
5+
import fastlyLogo from "@/images/logos/fastly.svg";
56
import type { Metadata } from "next";
7+
import Image from "next/image";
68
import type { FC } from "react";
79

810
export const metadata: Metadata = {
@@ -247,6 +249,30 @@ const Page: FC = () => {
247249
]}
248250
/>
249251
</div>
252+
253+
<h2 id="team">Thanks</h2>
254+
255+
<p className="lead">
256+
Thanks to{" "}
257+
<a
258+
href="https://fastly.com"
259+
target="_blank"
260+
rel="noopener noreferrer"
261+
>
262+
Fastly
263+
</a>{" "}
264+
for supporting us with their resources!
265+
</p>
266+
267+
<p>
268+
<Image
269+
src={fastlyLogo}
270+
alt="Fastly logo"
271+
height={144}
272+
className="p-10 rounded border border-zinc-900/10 dark:border-white/10"
273+
unoptimized={true}
274+
/>
275+
</p>
250276
</>
251277
),
252278
});

images/logos/fastly.svg

+1
Loading

0 commit comments

Comments
 (0)