change rss color to match rss icon

This commit is contained in:
Hongbo Wu 2023-07-13 11:44:57 +08:00
parent b5e9aaa303
commit 82d1cb221b

View file

@ -132,7 +132,7 @@ export const rssHandler = Sentry.GCPFunction.wrapHttpFunction(
source: 'rss-feeder',
url: item.link,
saveRequestId: '',
labels: [{ name: 'RSS' }],
labels: [{ name: 'RSS', color: '#f26522' }],
rssFeedUrl: feedUrl,
}