Skip to content

Commit

Permalink
Update apps/www/src/app/(docs)/migrate-to-v4/page.tsx
Browse files Browse the repository at this point in the history
Sorry, copy & paste :/ Thanks!

Co-authored-by: Steffen Holanger <[email protected]>
  • Loading branch information
iwan-uschka and spiftire authored Feb 7, 2025
1 parent f3b5a61 commit b117e9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/www/src/app/(docs)/migrate-to-v4/page.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { PageHeader } from '@/components/docs/page-header'
import { components } from '@/components/ui/components'

export default async function MigrateToV3Page() {
export default async function MigrateToV4Page() {
return (
<main className="relative py-6 lg:gap-10 lg:py-10 xl:grid xl:grid-cols-[1fr_300px]">
<div className="mx-auto w-full min-w-0">
Expand Down

0 comments on commit b117e9f

Please sign in to comment.