Open atj393 opened 1 month ago
Can I work on this issue
@Stranger1298 Yes please. Assigned to you.
I'm not able to open the pull request
@Stranger1298 Can you attach a screenshot? Thanks.
Yeah Sure
@Stranger1298 This is a normal pipeline process. Your PR is already assigned to review.
Okay thankyou
Description:
The
insertText()
andappendText()
functions incontent.js
have incorrect formatting in their HTML structure, which could result in broken elements when inserting or appending text. Replace${text}
with the correct template literals and use proper HTML tags.Files Involved:
content.js
Expected Outcome:
Text should be correctly formatted and inserted/appended as per the defined structure.