File tree Expand file tree Collapse file tree 1 file changed +20
-3
lines changed Expand file tree Collapse file tree 1 file changed +20
-3
lines changed Original file line number Diff line number Diff line change @@ -8,9 +8,26 @@ const releases = await getAnalyzedReleases();
8
8
9
9
<Layout title =" Next.js Sentinel" >
10
10
<main class =" container mx-auto px-4 py-8" >
11
- <h1 class =" text-6xl font-extrabold text-center mb-16 text-primary" >
12
- Next.js Sentinel
13
- </h1 >
11
+ <div class =" flex flex-col items-center mb-16" >
12
+ <svg
13
+ class =" w-24 h-24 mb-4"
14
+ viewBox =" 0 0 100 100"
15
+ xmlns =" http://www.w3.org/2000/svg"
16
+ >
17
+ <polygon
18
+ points =" 50,10 10,90 90,90"
19
+ fill =" none"
20
+ stroke =" currentColor"
21
+ stroke-width =" 8" ></polygon >
22
+ <circle cx =" 35" cy =" 55" r =" 12" fill =" currentColor" ></circle >
23
+ <circle cx =" 65" cy =" 55" r =" 12" fill =" currentColor" ></circle >
24
+ </svg >
25
+ <h1
26
+ class =" text-6xl font-extrabold text-center text-primary bg-gradient-to-r from-primary to-secondary bg-clip-text text-transparent drop-shadow-lg"
27
+ >
28
+ Next.js Sentinel
29
+ </h1 >
30
+ </div >
14
31
<div class =" space-y-12" >
15
32
{
16
33
releases .map ((release ) => (
You can’t perform that action at this time.
0 commit comments