Skip to content

Commit

Permalink
fix : width of the component
Browse files Browse the repository at this point in the history
  • Loading branch information
Vyshnav001 committed Oct 22, 2024
1 parent 8a60894 commit a0b6f2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/admin/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export default function AdminPage() {

return (
<>
<div className="w-screen h-screen flex justify-center items-center">
<div className=" h-screen flex justify-center items-center">
<Coupon session={session} />
</div>
</>
Expand Down

0 comments on commit a0b6f2e

Please sign in to comment.