Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
public
Mímir
Commits
32f9325f
Commit
32f9325f
authored
Aug 14, 2020
by
Aron Fiechter
Browse files
Add rel="noopener noreferrer" to links
parent
1c69dcaa
Changes
1
Hide whitespace changes
Inline
Side-by-side
client/src/components/voronoi/entity/Empty.js
View file @
32f9325f
...
...
@@ -10,25 +10,34 @@ export default function Empty(props) {
<
Card
.
Body
>
<
Card
.
Text
>
Mímir
is
a
visual
platform
to
explore
the
{
'
'
}
<
a
target
=
'
_blank
'
href
=
'
https://www.bar.admin.ch/bar/en/home.html
'
>
<
a
target
=
"
_blank
"
rel
=
"
noopener noreferrer
"
href
=
"
https://www.bar.admin.ch/bar/en/home.html
"
>
Swiss
Federal
Archives
<
/a
>
.
It
aggregates
the
results
according
to
the
{
'
'
}
<
a
target
=
'
_blank
'
href
=
'
https://www.recherche.bar.admin.ch/recherche/#/en/search/archive-plan
'
target
=
"
_blank
"
rel
=
"
noopener noreferrer
"
href
=
"
https://www.recherche.bar.admin.ch/recherche/#/en/search/archive-plan
"
>
archive
plan
<
/a>{' '
}
and
presents
them
with
{
'
'
}
<
a
href
=
'
https://pubsys.mmsp-kn.de/pubsys/publishedFiles/BaDe05b.pdf
'
target
=
'
_blank
'
>
<
a
target
=
"
_blank
"
rel
=
"
noopener noreferrer
"
href
=
"
https://pubsys.mmsp-kn.de/pubsys/publishedFiles/BaDe05b.pdf
"
>
Voronoi
treemaps
<
/a
>
.
<
/Card.Text
>
<
/Card.Body
>
<
Card
.
Header
as
=
{
'
h6
'
}
>
Instructions
<
/Card.Header
>
<
ListGroup
variant
=
'
flush
'
>
<
ListGroup
variant
=
"
flush
"
>
<
ListGroup
.
Item
>
Enter
your
text
query
in
the
<
b
>
search
bar
<
/b
>
<
/ListGroup.Item
>
...
...
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