Skip to content

Commit 06f326b

Browse files
committed
chore: Bump deps
1 parent 41a5fa1 commit 06f326b

File tree

4 files changed

+1009
-1087
lines changed

4 files changed

+1009
-1087
lines changed

app/page.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ export default async function IndexPage() {
3232
This application shows a dynamic rate limit based on the user. The code
3333
is{" "}
3434
<Link
35-
href="https://github.com/arcjet/example-dynamic-rate-limit"
35+
href="https://github.com/arcjet/example-nextjs-prisma"
3636
target="_blank"
3737
rel="noreferrer"
3838
className="font-bold decoration-1 underline-offset-2 hover:underline"

components/site-header.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export function SiteHeader() {
1414
<div className="flex flex-1 items-center justify-end space-x-4">
1515
<nav className="flex items-center space-x-1">
1616
<Link
17-
href="https://github.com/arcjet/example-dynamic-rate-limit"
17+
href="https://github.com/arcjet/example-nextjs-prisma"
1818
target="_blank"
1919
rel="noreferrer"
2020
>

0 commit comments

Comments
 (0)