From 4d1ce3c7ad74d2d899693b3730f8dfc78fd167d3 Mon Sep 17 00:00:00 2001 From: Yamagishi Kazutoshi Date: Thu, 18 May 2017 10:05:30 +0900 Subject: Add rel="noopener" to getting started (#3104) --- .../mastodon/features/getting_started/index.js | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) diff --git a/app/javascript/mastodon/features/getting_started/index.js b/app/javascript/mastodon/features/getting_started/index.js index 4881b875e..f37581180 100644 --- a/app/javascript/mastodon/features/getting_started/index.js +++ b/app/javascript/mastodon/features/getting_started/index.js @@ -62,8 +62,24 @@ class GettingStarted extends ImmutablePureComponent {
-

, userguide: , apps: }} />

-

tootsuite/mastodon }} />

+

+ , + userguide: , + apps: + }} + /> +

+

+ tootsuite/mastodon }} + /> +

-- cgit