This repository was archived by the owner on Oct 11, 2022. It is now read-only.
File tree 2 files changed +5
-1
lines changed
2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ export const ProfileDropdown = props => {
43
43
< UserProfileDropdown className = { 'dropdown' } >
44
44
< UserProfileDropdownList >
45
45
{ props . user . username && (
46
- < Link to = { `/users/${ props . user . username } /settings` } >
46
+ < Link rel = "nofollow" to = { `/users/${ props . user . username } /settings` } >
47
47
< UserProfileDropdownListItem >
48
48
My Settings
49
49
</ UserProfileDropdownListItem >
Original file line number Diff line number Diff line change @@ -366,6 +366,7 @@ class Navbar extends Component {
366
366
< IconLink
367
367
data-active = { history . location . pathname . includes ( '/messages' ) }
368
368
to = "/messages"
369
+ rel = "nofollow"
369
370
onClick = { this . markDmNotificationsAsSeen }
370
371
>
371
372
< Icon
@@ -392,6 +393,7 @@ class Navbar extends Component {
392
393
< IconLink
393
394
data-active = { history . location . pathname === '/notifications' }
394
395
to = "/notifications"
396
+ rel = "nofollow"
395
397
>
396
398
< Icon
397
399
glyph = {
@@ -439,6 +441,7 @@ class Navbar extends Component {
439
441
< IconLink
440
442
data-active = { history . location . pathname . includes ( '/messages' ) }
441
443
to = "/messages"
444
+ rel = "nofollow"
442
445
onClick = { this . markDmNotificationsAsSeen }
443
446
>
444
447
< Icon
@@ -451,6 +454,7 @@ class Navbar extends Component {
451
454
< IconLink
452
455
data-active = { history . location . pathname === '/notifications' }
453
456
to = "/notifications"
457
+ rel = "nofollow"
454
458
onClick = { this . markAllNotificationsSeen }
455
459
>
456
460
< Icon
You can’t perform that action at this time.
0 commit comments