File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ function createCommentBox(noteDetail) {
6464 timelineWrapper . append ( timeLineAction ) ;
6565 const timelineH3 = document . createElement ( 'h3' ) ;
6666 timelineH3 . classList = [ 'timeline-comment-header-text f5 text-normal' ] ;
67- timelineH3 . innerHTML = `<strong class=“css-truncate”><a class=“ author link-gray-dark css-truncate-target width-fit” show_full_name=“false” data-hovercard-type=“ user” data-hovercard-url=“ /users/${ userName } /hovercard” data-octo-click=“ hovercard-link-click” data-octo-dimensions=“ link_type:self” href=“ /${ userName } “ >${ userName } </a></strong>` ;
67+ timelineH3 . innerHTML = `<strong class=“css-truncate”><a class=" author link-gray-dark text-bold" data-hovercard-type=" user" data-hovercard-url=" /users/${ userName } /hovercard" data-octo-click=" hovercard-link-click" data-octo-dimensions=" link_type:self" href=" /${ userName } " >${ userName } </a></strong>` ;
6868 const timestamp = document . createElement ( 'span' ) ;
6969 timestamp . classList = [ 'timestamp js-timestamp' ] ;
7070
You can’t perform that action at this time.
0 commit comments