summaryrefslogtreecommitdiff
path: root/source/features/clean-repo-sidebar.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'source/features/clean-repo-sidebar.tsx')
-rw-r--r--source/features/clean-repo-sidebar.tsx4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/features/clean-repo-sidebar.tsx b/source/features/clean-repo-sidebar.tsx
index 0317e0eb..ca3fab17 100644
--- a/source/features/clean-repo-sidebar.tsx
+++ b/source/features/clean-repo-sidebar.tsx
@@ -8,7 +8,7 @@ import features from '.';
async function removeReadmeLink(): Promise<void> {
// Hide "Readme" link made unnecessary by toggle-files-button #3580
- (await elementReady('.muted-link[href="#readme"], .Link--muted[href="#readme"]'))?.parentElement!.remove();
+ (await elementReady('.Link--muted[href="#readme"]'))?.parentElement!.remove();
}
async function cleanLicenseText(): Promise<void> {
@@ -45,7 +45,7 @@ async function cleanReleases(): Promise<void> {
}
// Align latest tag icon with the icons of other meta links
- const tagIcon = select('.octicon-tag:not(:is(.text-green, .color-text-success))', releasesSection)!;
+ const tagIcon = select('.octicon-tag:not(.color-text-success)', releasesSection)!;
if (tagIcon) {
tagIcon.classList.add('mr-2');
// Remove whitespace node