diff --git a/Mac/MainWindow/LegacyArticleExtractorButton.swift b/Mac/MainWindow/LegacyArticleExtractorButton.swift index 92d5d5f2a..14a805134 100644 --- a/Mac/MainWindow/LegacyArticleExtractorButton.swift +++ b/Mac/MainWindow/LegacyArticleExtractorButton.swift @@ -55,7 +55,7 @@ class LegacyArticleExtractorButton: NSButton { switch true { case isError: - addImageSublayer(to: hostedLayer, image: AppAssets.articleExtractorError, opacity: opacity) + addImageSublayer(to: hostedLayer, image: AppAssets.legacyArticleExtractorError, opacity: opacity) case isInProgress: addAnimatedSublayer(to: hostedLayer) default: