Skip to content

Commit

Permalink
Revert "feat(FeedInfo): add pink background"
Browse files Browse the repository at this point in the history
This reverts commit 0d4756a.
  • Loading branch information
AdrianaCeric committed Oct 4, 2023
1 parent 0d4756a commit c8c9959
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/manager/components/FeedSourceTableRow.js
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ class FeedInfo extends PureComponent<{ feedSource: Feed, project: Project, user:
: 'No updates yet'

return (
<div style={{backgroundColor: 'pink'}}>
<div>
<h4>
<Link to={`/feed/${feedSource.id}`}>{feedSource.name}</Link>
</h4>
Expand Down

0 comments on commit c8c9959

Please sign in to comment.