Skip to content

Commit

Permalink
Use svg for all third party provider icons
Browse files Browse the repository at this point in the history
  • Loading branch information
prateek3255 committed Apr 12, 2024
1 parent 81c9571 commit 0623e46
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 5 deletions.
Binary file removed src/assets/provider-active-directory.png
Binary file not shown.
2 changes: 2 additions & 0 deletions src/assets/provider-active-directory.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed src/assets/provider-okta.png
Binary file not shown.
2 changes: 2 additions & 0 deletions src/assets/provider-okta.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -82,13 +82,13 @@ export const IN_BUILT_THIRD_PARTY_PROVIDERS = [
{
id: "active-directory",
label: "Active Directory",
icon: "provider-active-directory.png",
icon: "provider-active-directory.svg",
isEnterprise: true,
},
{
id: "okta",
label: "Okta",
icon: "provider-okta.png",
icon: "provider-okta.svg",
isEnterprise: true,
},
{
Expand Down
4 changes: 2 additions & 2 deletions src/images.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ import "./assets/people.svg";
import "./assets/phone-no.svg";
import "./assets/plus-square.svg";
import "./assets/plus.svg";
import "./assets/provider-active-directory.png";
import "./assets/provider-active-directory.svg";
import "./assets/provider-apple.svg";
import "./assets/provider-bitbucket.png";
import "./assets/provider-discord.svg";
Expand All @@ -72,7 +72,7 @@ import "./assets/provider-github.svg";
import "./assets/provider-gitlab.svg";
import "./assets/provider-google.svg";
import "./assets/provider-linkedin.svg";
import "./assets/provider-okta.png";
import "./assets/provider-okta.svg";
import "./assets/provider-twitter.svg";
import "./assets/question-mark.svg";
import "./assets/refresh.svg";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
font-size: 13px;
padding: 0 3px;
transform: translateY(-1px);
margin: 0 6px;
margin: 0 3px;
color: var(--color-copy-box);
}

Expand Down

0 comments on commit 0623e46

Please sign in to comment.