Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions src/js/widgets/navbar/template/navbar.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,18 +16,18 @@ <h1 style="font-weight: bold;">ads</h1>
<div class="nav navbar-nav dropdown" style="padding-top: 5px;">
<button type="button" class="btn btn-link dropdown-toggle feedback-button" data-toggle="dropdown" aria-expanded="false">
<img src="/styles/img/scix-logo.svg" style="width: 30px; height: 30px; padding-right: 2px;" alt="Scix logo"/>
SciX has launched <span class="caret"></span>
SciX Transition Resources <span class="caret"></span>
</button>
<ul class="dropdown-menu" role="menu">
<li class="no-hover-style" style="padding:15px 10px;">SciX is the evolution of ADS, bringing its powerful capabilities into new domains</li>
<li class="no-hover-style" style="padding:15px 10px;">SciX is the evolution of ADS, bringing its powerful capabilities into new domains. SciX may be the sole interface as early as March 2026.</li>
Comment thread
shinyichen marked this conversation as resolved.
Outdated
<li>
<a href="https://scixplorer.org" target="_blank" rel="noopener">
<i class="fa fa-globe" aria-hidden="true"></i> Visit SciX
</a>
</li>
<li>
<a href="https://scixplorer.org/adstoscix" target="_blank" rel="noopener">
<i class="fa fa-info-circle" aria-hidden="true"></i> Learn More
<i class="fa fa-info-circle" aria-hidden="true"></i> Learn about SciX
</a>
</li>
</ul>
Expand Down
2 changes: 1 addition & 1 deletion test/mocha/js/widgets/navbar_widget.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ define([
.text()
.trim()
.replace(/\W+/g, ' ')
).to.eql('SciX has launched Feedback ORCID About Account');
).to.eql('SciX Transition Resources Feedback ORCID About Account');
expect(
n.view
.$('.dropdown-menu:last li:first')
Expand Down