Skip to content

Commit

Permalink
Merge pull request #612 from newrelic/attend-event-icon
Browse files Browse the repository at this point in the history
Attend event icon logic
  • Loading branch information
jerelmiller authored Aug 15, 2020
2 parents 698c928 + 3752458 commit 2107726
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
8 changes: 0 additions & 8 deletions src/components/FeatherIcon.js
Original file line number Diff line number Diff line change
Expand Up @@ -147,14 +147,6 @@ const ICONS = {
<path d="M16 3.13a4 4 0 0 1 0 7.75" />
</>
),
event: (
<>
<rect x="3" y="4" width="18" height="18" rx="2" ry="2" />
<line x1="16" y1="2" x2="16" y2="6" />
<line x1="8" y1="2" x2="8" y2="6" />
<line x1="3" y1="10" x2="21" y2="10" />
</>
),
};

FeatherIcon.propTypes = {
Expand Down
2 changes: 1 addition & 1 deletion src/components/NavigationItems.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ const iconLibrary = {
'Build apps': 'buildApps',
'Automate workflows': 'automation',
'Explore docs': 'developerDocs',
'Attend events': 'event',
'Developer champions': 'developerChampions',
'Kubecon & CloudNativeCon': 'event',
Podcasts: 'podcasts',
'Try our APIs': 'tryOurAPIs',
};
Expand Down

0 comments on commit 2107726

Please sign in to comment.