File tree 4 files changed +1009
-1087
lines changed
4 files changed +1009
-1087
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ export default async function IndexPage() {
32
32
This application shows a dynamic rate limit based on the user. The code
33
33
is{ " " }
34
34
< Link
35
- href = "https://github.com/arcjet/example-dynamic-rate-limit "
35
+ href = "https://github.com/arcjet/example-nextjs-prisma "
36
36
target = "_blank"
37
37
rel = "noreferrer"
38
38
className = "font-bold decoration-1 underline-offset-2 hover:underline"
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ export function SiteHeader() {
14
14
< div className = "flex flex-1 items-center justify-end space-x-4" >
15
15
< nav className = "flex items-center space-x-1" >
16
16
< Link
17
- href = "https://github.com/arcjet/example-dynamic-rate-limit "
17
+ href = "https://github.com/arcjet/example-nextjs-prisma "
18
18
target = "_blank"
19
19
rel = "noreferrer"
20
20
>
You can’t perform that action at this time.
0 commit comments