Remove link from DS in side nav (#23759)

GitOrigin-RevId: 0724fecd45ce3686be25d394aaea9c2c2b97f669
This commit is contained in:
Alf Eaton
2025-02-21 13:20:44 +00:00
committed by Copybot
parent ffb86df5b1
commit 7af7d9474f
2 changed files with 4 additions and 12 deletions

View File

@@ -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>
</div>
<div

View File

@@ -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;
}