Skip to content

Commit

Permalink
Merge branch 'main' into fix/form-a11y
Browse files Browse the repository at this point in the history
  • Loading branch information
delbaoliveira authored Oct 30, 2023
2 parents 7cba127 + e008e7a commit c9bca14
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions dashboard/starter-example/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
## Next.js App Router Course - Final
## Next.js App Router Course - Starter

This is the final template for the Next.js App Router Course. It contains the final code for the dashboard application.
This is the starter template for the Next.js App Router Course. It contains the starting code for the dashboard application.

For more information, see the [course curriculum](https://nextjs.org/learn) on the Next.js Website.
1 change: 0 additions & 1 deletion dashboard/starter-example/app/ui/invoices/create-form.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ export default function Form({ customers }: { customers: CustomerField[] }) {
<CurrencyDollarIcon className="pointer-events-none absolute left-3 top-1/2 h-[18px] w-[18px] -translate-y-1/2 text-gray-500 peer-focus:text-gray-900" />
</div>
</div>
s
</div>

{/* Invoice Status */}
Expand Down

0 comments on commit c9bca14

Please sign in to comment.