Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Attend event icon logic #612

Merged
merged 3 commits into from
Aug 15, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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',
jpvajda marked this conversation as resolved.
Show resolved Hide resolved
'Developer champions': 'developerChampions',
'Kubecon & CloudNativeCon': 'event',
Podcasts: 'podcasts',
'Try our APIs': 'tryOurAPIs',
};
Expand Down