From 1fc597d73bc75b3658ac593ad09d6cf515e475ef Mon Sep 17 00:00:00 2001 From: Flo Edelmann Date: Mon, 12 Sep 2022 07:26:23 +0200 Subject: Meta: Drop deprecated color classes (#5965) --- source/features/linkify-notification-repository-header.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/features/linkify-notification-repository-header.tsx') diff --git a/source/features/linkify-notification-repository-header.tsx b/source/features/linkify-notification-repository-header.tsx index edaafcf7..c89eeb69 100644 --- a/source/features/linkify-notification-repository-header.tsx +++ b/source/features/linkify-notification-repository-header.tsx @@ -7,7 +7,7 @@ import features from '.'; function init(): void { for (const header of select.all('.js-notifications-group h6')) { header.append( - + {header.firstChild} , ); -- cgit v1.2.3