Skip to content

Commit

Permalink
Merge pull request #152 from ckekula/bugfix/chamuditha-refactor
Browse files Browse the repository at this point in the history
some change
  • Loading branch information
WebCooper authored Oct 17, 2024
2 parents de08c2f + 6fe31cf commit 12d7d4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/app/vendor-dashboard/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ const VendorDashBoard = () => {

{/* Services Section */}
<div className="flex flex-row mt-8">
<div className="w-5/6 text-2xl font-bold mb-8">Your Services</div>
<div className="w-5/6 text-2xl font-bold mb-8">Your Service Offerings</div>
<div className="w-1/6 ml-10">
<Link href="/vendor-dashboard/new-service" className="flex items-center">
<CiCirclePlus className="mr-2" />
Expand Down

0 comments on commit 12d7d4a

Please sign in to comment.