Skip to content

Commit

Permalink
renaming function
Browse files Browse the repository at this point in the history
  • Loading branch information
D9J9V committed Aug 23, 2024
1 parent 0345c83 commit 9e16860
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/nextjs/src/app/_components/Card.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import React from "react";

export const Card = () => {
export function Card() {
return (
<div className="grid grid-cols-2 mb-28">
<div className="card bg-gray-500 w-96 shadow-xl">
Expand Down Expand Up @@ -35,4 +35,4 @@ export const Card = () => {
</div>
</div>
);
};
}

0 comments on commit 9e16860

Please sign in to comment.