removed the comma after mentee application position #231
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Purpose
In the mentor profile, there is an issue with the display of mentee profiles who are currently working. Specifically, when the mentee's title and company name are shown, there is an extra comma appearing between the two. This comma is placed on a new line, which causes a misalignment in the profile display.
The purpose of this PR is to fix #232
Goals
remove the comma and alignment between the title and company name is adjusted
Approach
The issue was within the HTML structure of the mentor profile, the p element where the position of the mentee is shown was followed by a comma before the company name.
To resolve the issue, I edited the HTML structure by removing the comma placed directly after the
element showing the mentee’s position.
Screenshots
Checklist
Related PRs
Test environment
Learning