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

chore #209 - Add org manager icon #210

Merged
merged 1 commit into from
Feb 6, 2021
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
2 changes: 2 additions & 0 deletions src/components/Icon/IconsMap.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import { ReactComponent as AZURE } from '../assets/icons/azure.svg'
import { ReactComponent as DASSANA } from '../assets/icons/dassana.svg'
import { ReactComponent as GITHUB } from '../assets/icons/github.svg'
import { ReactComponent as GOOGLE_CLOUD_PLATFORM } from '../assets/icons/google-cloud-platform.svg'
import { ReactComponent as ORG_MANAGER } from '../assets/icons/org-manager.svg'
import { ReactComponent as QUERY_SERVICE } from '../assets/icons/query-service.svg'
import { ReactComponent as SALESFORCE } from '../assets/icons/salesforce.svg'
import { ReactComponent as ZOOM } from '../assets/icons/zoom.svg'
Expand All @@ -20,6 +21,7 @@ const Icons = {
dassana: DASSANA,
github: GITHUB,
googleCloudService: GOOGLE_CLOUD_PLATFORM,
orgManager: ORG_MANAGER,
queryService: QUERY_SERVICE,
salesforce: SALESFORCE,
zoom: ZOOM
Expand Down
1 change: 1 addition & 0 deletions src/components/assets/icons/org-manager.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.