Skip to content

Commit

Permalink
changes in dashboard home page
Browse files Browse the repository at this point in the history
  • Loading branch information
Prashant-flick committed Oct 1, 2024
1 parent 463cf96 commit b3a583a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions apps/user-app/app/(dashboard)/dashboard/page.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@

export default function() {
return <div>
Dashboard Page
return <div className="p-10">
<h1 className="text-3xl text-purple-700 font-bold mb-6">DASHBOARD</h1>
<h1 className="text-2xl text-black font-bold">WELCOME TO PAYTM</h1>
</div>
}

0 comments on commit b3a583a

Please sign in to comment.