Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
parity
fether
Commits
e423b8b8
Commit
e423b8b8
authored
Jan 18, 2019
by
Luke Schoen
Browse files
refactor: Replace ahref with Clickable
parent
c72e4b7b
Pipeline
#28553
passed with stage
in 2 minutes and 50 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
packages/fether-react/src/Tokens/Tokens.js
View file @
e423b8b8
...
...
@@ -4,7 +4,7 @@
// SPDX-License-Identifier: BSD-3-Clause
import
React
,
{
PureComponent
}
from
'
react
'
;
import
{
AccountHeader
,
MenuPopup
}
from
'
fether-ui
'
;
import
{
AccountHeader
,
Clickable
,
MenuPopup
}
from
'
fether-ui
'
;
import
{
Link
,
withRouter
}
from
'
react-router-dom
'
;
import
Health
from
'
../Health
'
;
...
...
@@ -74,7 +74,7 @@ class Tokens extends PureComponent {
menuItems
=
{
this
.
menuItems
()}
onItemClick
=
{
this
.
handleGoToLink
}
size
=
'
small
'
trigger
=
{
<
a
className
=
'
icon -menu
'
>
Menu
<
/a
>
}
trigger
=
{
<
Clickable
className
=
'
icon -menu
'
/
>
}
/
>
}
/
>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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