Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
F
frontend
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
vicotor
frontend
Commits
2ecdb06d
Unverified
Commit
2ecdb06d
authored
Jan 08, 2024
by
Igor Stuev
Committed by
GitHub
Jan 08, 2024
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1467 from blockscout/tom2drum/issue-1461
remove icon for "verify contract" link in the navbar
parents
4cd99338
05b533d5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
useNavItems.tsx
lib/hooks/useNavItems.tsx
+0
-1
No files found.
lib/hooks/useNavItems.tsx
View file @
2ecdb06d
...
@@ -170,7 +170,6 @@ export default function useNavItems(): ReturnType {
...
@@ -170,7 +170,6 @@ export default function useNavItems(): ReturnType {
{
{
text
:
'
Verify contract
'
,
text
:
'
Verify contract
'
,
nextRoute
:
{
pathname
:
'
/contract-verification
'
as
const
},
nextRoute
:
{
pathname
:
'
/contract-verification
'
as
const
},
icon
:
'
verify-contract
'
,
isActive
:
pathname
.
startsWith
(
'
/contract-verification
'
),
isActive
:
pathname
.
startsWith
(
'
/contract-verification
'
),
},
},
...
config
.
UI
.
sidebar
.
otherLinks
,
...
config
.
UI
.
sidebar
.
otherLinks
,
...
...
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