diff --git a/src/pages/ContentScripts/features/repo-header-labels/index.tsx b/src/pages/ContentScripts/features/repo-header-labels/index.tsx index f4ba45be..42def69d 100644 --- a/src/pages/ContentScripts/features/repo-header-labels/index.tsx +++ b/src/pages/ContentScripts/features/repo-header-labels/index.tsx @@ -47,9 +47,7 @@ const init = async (): Promise => { container.id = featureId; renderTo(container); await elementReady('#repository-container-header'); - $('#repository-container-header') - .find('span.Label.Label--secondary') - .after(container); + $('#repository-container-header').find('span.Label').after(container); }; const restore = async () => {