mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-23 17:19:37 +02:00
Remove link from DS in side nav (#23759)
GitOrigin-RevId: 0724fecd45ce3686be25d394aaea9c2c2b97f669
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user