File tree Expand file tree Collapse file tree 5 files changed +18
-4
lines changed Expand file tree Collapse file tree 5 files changed +18
-4
lines changed Original file line number Diff line number Diff line change @@ -52,9 +52,14 @@ await eden.user.age.patch({
52
52
Move fast and break nothing like tRPC.
53
53
</p >
54
54
55
- <section
56
- class =" flex flex-col lg:flex-row gap-8 w-full max-w-5xl my-8"
55
+ <a
56
+ class =" text-lg font-medium bg-blue-50 text-blue-500 dark:text-blue-400 dark:bg-blue-500/20 px-3 py-1.5 rounded-lg mt-4"
57
+ href =" /patterns/end-to-end-type-safety"
57
58
>
59
+ See how it works
60
+ </a >
61
+
62
+ <section class =" flex flex-col lg:flex-row gap-8 w-full max-w-5xl my-8" >
58
63
<div class =" w-full" >
59
64
<Prism
60
65
class =" !text-base !font-mono rounded-xl"
Original file line number Diff line number Diff line change @@ -205,7 +205,7 @@ onMounted(() => {
205
205
</section >
206
206
<div class =" w-full mockup-browser h-96 shadow-xl border dark:border-gray-600 bg-white dark:bg-gray-700 max-w-full" >
207
207
<div class =" mockup-browser-toolbar" >
208
- <form class =" input font-medium dark:!bg-gray-600" @submit.prevent =" execute" >
208
+ <form class =" input font-medium !bg-gray-100 dark:!bg-gray-600" @submit.prevent =" execute" >
209
209
<span class =" text-gray-400 dark:text-gray-300" >localhost</span >
210
210
<input
211
211
class =" absolute"
Original file line number Diff line number Diff line change @@ -96,6 +96,15 @@ onMounted(() => {
96
96
<Plugins />
97
97
<Editor />
98
98
<Community />
99
+ <figure
100
+ class =" hidden sm:block max-w-6xl w-full mx-auto rounded-2xl overflow-hidden my-12 shadow-xl bg-gray-50 dark:bg-gray-800"
101
+ >
102
+ <img
103
+ class =" w-full object-cover object-center opacity-100"
104
+ src =" /assets/feature-sheet.webp"
105
+ alt =" Elysia Feature Sheet"
106
+ />
107
+ </figure >
99
108
<QuickStart />
100
109
<BuiltWithLove />
101
110
</article >
Original file line number Diff line number Diff line change 8
8
Start in minutes
9
9
</h2 >
10
10
<h3
11
- class =" text-xl md:text-2xl leading-relaxed text-gray-400 text-left md:text- center w-full max-w-3xl"
11
+ class =" text-xl md:text-2xl leading-relaxed text-gray-400 text-center w-full max-w-3xl"
12
12
>
13
13
Scaffold your project, and run server in no time
14
14
</h3 >
You can’t perform that action at this time.
0 commit comments