Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
RoninDojo
RoninDojo-Website-Old
Commits
bbc1590e
Unverified
Commit
bbc1590e
authored
Sep 06, 2020
by
Pavel Ševčík
Browse files
Add rel=noreferrer to links
parent
147a663f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
5 deletions
+6
-5
src/components/Layout.tsx
src/components/Layout.tsx
+6
-5
No files found.
src/components/Layout.tsx
View file @
bbc1590e
...
...
@@ -33,7 +33,7 @@ export const Layout: FC = ({ children }) => {
<
a
href
=
"#resources"
>
Resources
</
a
>
</
li
>
<
li
>
<
a
target
=
"_blank"
href
=
"https://code.samourai.io/ronindojo/RoninDojo/-/wikis/home
"
>
<
a
target
=
"_blank"
rel
=
"noreferrer"
href
=
"https://wiki.ronindojo.io
"
>
Wiki
</
a
>
</
li
>
...
...
@@ -68,6 +68,7 @@ export const Layout: FC = ({ children }) => {
<
a
className
=
"white-text"
target
=
"_blank"
rel
=
"noreferrer"
href
=
"https://code.samourai.io/ronindojo/RoninDojo/-/wikis/home"
>
Wiki
...
...
@@ -128,22 +129,22 @@ export const Layout: FC = ({ children }) => {
<
h5
className
=
"white-text"
>
Social
</
h5
>
<
ul
>
<
li
>
<
a
className
=
"red-text text-darken-2"
href
=
"mailto:ronindojo@ronindojo.io"
target
=
"_blank"
>
<
a
className
=
"red-text text-darken-2"
href
=
"mailto:ronindojo@ronindojo.io"
rel
=
"noreferrer"
target
=
"_blank"
>
Contact
</
a
>
</
li
>
<
li
>
<
a
className
=
"red-text text-darken-2"
href
=
"mailto:support@ronindojo.io"
target
=
"_blank"
>
<
a
className
=
"red-text text-darken-2"
href
=
"mailto:support@ronindojo.io"
rel
=
"noreferrer"
target
=
"_blank"
>
Support
</
a
>
</
li
>
<
li
>
<
a
className
=
"red-text text-darken-2"
href
=
"https://t.me/RoninDojoUI"
target
=
"_blank"
>
<
a
className
=
"red-text text-darken-2"
href
=
"https://t.me/RoninDojoUI"
rel
=
"noreferrer"
target
=
"_blank"
>
Telegram
</
a
>
</
li
>
<
li
>
<
a
className
=
"red-text text-darken-2"
href
=
"https://twitter.com/RoninDojoUI"
target
=
"_blank"
>
<
a
className
=
"red-text text-darken-2"
href
=
"https://twitter.com/RoninDojoUI"
rel
=
"noreferrer"
target
=
"_blank"
>
Twitter
</
a
>
</
li
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment