mirror of
https://github.com/vercel/next-learn.git
synced 2026-07-09 06:55:12 +00:00
Rename Cards component to CardWrapper (#329)
* Rename <Cards/> to <CardWrapper/> * Update starter-example
This commit is contained in:
committed by
GitHub
parent
5a65b98034
commit
a910ad8f58
@@ -13,7 +13,7 @@ const iconMap = {
|
||||
invoices: InboxIcon,
|
||||
};
|
||||
|
||||
export default async function Cards() {
|
||||
export default async function CardWrapper() {
|
||||
return (
|
||||
<>
|
||||
{/* NOTE: comment in this code when you get to this point in the course */}
|
||||
|
||||
Reference in New Issue
Block a user