We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c96753 commit f563f12Copy full SHA for f563f12
pages/customerProfile.tsx
@@ -122,14 +122,6 @@ const CustomerProfile = () => {
122
Search Services
123
</button>
124
</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>
133
</ul>
134
</nav>
135
</aside>
pages/serviceProfile.tsx
@@ -129,14 +129,6 @@ const ProviderProfile = () => {
Manage Availability
136
137
138
139
140
141
142
0 commit comments