GitOrigin-RevId: 0724fecd45ce3686be25d394aaea9c2c2b97f669
@@ -152,14 +152,8 @@ function SidebarDsNav() {
</>
)}
</div>
- <div className="ds-nav-ds-link">
- <a
- target="_blank"
- href="https://www.digital-science.com/"
- rel="noopener"
- >
- Digital Science
- </a>
+ <div className="ds-nav-ds-name">
+ <span>Digital Science</span>
<div
@@ -304,14 +304,12 @@
}
- .ds-nav-ds-link {
+ .ds-nav-ds-name {
margin-bottom: var(--spacing-05);
- a {
- color: var(--content-secondary) !important;
+ span {
text-transform: uppercase;
font-weight: bold;
- text-decoration: none;
@include body-xs;