File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
website/src/components/landing Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ export function Features() {
48
48
< div className = "mb-12 text-center md:mb-16" >
49
49
< h2 className = "mb-4 text-2xl font-bold md:text-3xl lg:text-4xl" > Why choose next-safe-action?</ h2 >
50
50
< p className = "mx-auto max-w-2xl text-zinc-600 dark:text-zinc-400" >
51
- A modern, type-safe approach to handling server actions in your Next.js applications
51
+ A type-safe approach to handling Server Actions in your Next.js applications
52
52
</ p >
53
53
</ div >
54
54
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ export function Playground() {
32
32
< div className = "mb-12 text-center" >
33
33
< h2 className = "mb-4 text-2xl font-bold md:text-3xl" > Try it out</ h2 >
34
34
< p className = "mx-auto max-w-2xl text-zinc-600 dark:text-zinc-400" >
35
- See how next-safe-action lets you handle Server Actions in a type safe way
35
+ See next-safe-action in < em > action </ em >
36
36
</ p >
37
37
</ div >
38
38
{ isVisible && (
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ export function Sponsors() {
6
6
< div className = "mb-10 text-center md:mb-16" >
7
7
< h2 className = "mb-4 text-2xl font-bold md:text-3xl lg:text-4xl" > Our sponsors</ h2 >
8
8
< p className = "mx-auto max-w-2xl text-zinc-600 dark:text-zinc-400" >
9
- Thanks to these amazing sponsors who help make this project possible ! ❤️
9
+ These amazing people and companies help keep next-safe-action running ! ❤️
10
10
</ p >
11
11
</ div >
12
12
You can’t perform that action at this time.
0 commit comments