File tree 1 file changed +1
-1
lines changed
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ function createCommentBox(noteDetail) {
64
64
timelineWrapper . append ( timeLineAction ) ;
65
65
const timelineH3 = document . createElement ( 'h3' ) ;
66
66
timelineH3 . classList = [ 'timeline-comment-header-text f5 text-normal' ] ;
67
- timelineH3 . innerHTML = `<strong class=" css-truncate expandable" ><a class=" author text-inherit css-truncate-target" >${ userName } </a></strong>` ;
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>` ;
68
68
const timestamp = document . createElement ( 'span' ) ;
69
69
timestamp . classList = [ 'timestamp js-timestamp' ] ;
70
70
You can’t perform that action at this time.
0 commit comments