File tree 2 files changed +27
-0
lines changed
2 files changed +27
-0
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,9 @@ import { Guide } from "@/components/Guides";
2
2
import { Resource , type ResourceType } from "@/components/Resources" ;
3
3
import { TeamMember } from "@/components/Team" ;
4
4
import { wrapper } from "@/components/mdx" ;
5
+ import fastlyLogo from "@/images/logos/fastly.svg" ;
5
6
import type { Metadata } from "next" ;
7
+ import Image from "next/image" ;
6
8
import type { FC } from "react" ;
7
9
8
10
export const metadata : Metadata = {
@@ -247,6 +249,30 @@ const Page: FC = () => {
247
249
] }
248
250
/>
249
251
</ 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 >
250
276
</ >
251
277
) ,
252
278
} ) ;
You can’t perform that action at this time.
0 commit comments