Skip to content

Commit f563f12

Browse files
committed
removed red Logout on user panel
1 parent 2c96753 commit f563f12

File tree

2 files changed

+0
-16
lines changed

2 files changed

+0
-16
lines changed

pages/customerProfile.tsx

-8
Original file line numberDiff line numberDiff line change
@@ -122,14 +122,6 @@ const CustomerProfile = () => {
122122
Search Services
123123
</button>
124124
</li>
125-
<li>
126-
<button
127-
onClick={handleLogout}
128-
className="w-full text-left py-2 px-4 mb-2 rounded bg-red-500 text-white"
129-
>
130-
Logout
131-
</button>
132-
</li>
133125
</ul>
134126
</nav>
135127
</aside>

pages/serviceProfile.tsx

-8
Original file line numberDiff line numberDiff line change
@@ -129,14 +129,6 @@ const ProviderProfile = () => {
129129
Manage Availability
130130
</button>
131131
</li>
132-
<li>
133-
<button
134-
onClick={handleLogout}
135-
className="w-full text-left py-2 px-4 mb-2 rounded bg-red-500 text-white"
136-
>
137-
Logout
138-
</button>
139-
</li>
140132
</ul>
141133
</nav>
142134
</aside>

0 commit comments

Comments
 (0)