Skip to content

Commit 1fe2672

Browse files
committed
Improvements: Adding spaces for Service Detail Page Component 2
1 parent 602f2af commit 1fe2672

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/frontend/src/components/client/ServiceDetailPageComponent.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1166,7 +1166,7 @@ const ServiceDetailPage: React.FC = () => {
11661166
Creating{" "}
11671167
</>
11681168
) : null}
1169-
<span className="text-base font-semibold">Chat</span>
1169+
<span className="text-base font-semibold"> Chat</span>
11701170
</button>
11711171
{/* Book Now button (right, wider and more prominent) */}
11721172
<div

0 commit comments

Comments
 (0)