mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
change rss color to match rss icon
This commit is contained in:
parent
b5e9aaa303
commit
82d1cb221b
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue