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

VMware Logo Update #2377

Merged
merged 3 commits into from
Feb 29, 2024
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: 4 additions & 4 deletions assets/js/common/ProviderLabel/ProviderLabel.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import AzureLogo from '@static/azure-logo.svg';
import GcpLogo from '@static/gcp-logo.svg';
import NutanixLogo from '@static/nutanix-logo.svg';
import KvmLogo from '@static/suse-kvm-logo.svg';
import VmwareLogo from '@static/vmware-logo.png';
import VmwareLogo from '@static/vmware-logo.svg';
import {
AWS_PROVIDER,
AZURE_PROVIDER,
Expand Down Expand Up @@ -46,15 +46,15 @@ export const providerData = {

function ProviderLabel({ provider }) {
return (
<span>
<span className="flex items-center">
{providerData[provider] ? (
<img
src={providerData[provider].logo}
className="inline mr-2 h-4"
className="mr-2 h-4"
alt={provider}
/>
) : (
<EOS_HELP className="inline mr-2" />
<EOS_HELP className="mr-2" />
)}
{providerData[provider]
? providerData[provider].label
Expand Down
Binary file removed assets/static/vmware-logo.png
Binary file not shown.
11 changes: 11 additions & 0 deletions assets/static/vmware-logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading