feat: new importer (#214)
This commit is contained in:
committed by
GitHub
parent
b51bc8f3f6
commit
212254d31a
@@ -50,12 +50,15 @@ export function IntegrationCardHeaderButtons({
|
||||
export function IntegrationCardLogoImage({
|
||||
src,
|
||||
backgroundColor,
|
||||
className,
|
||||
}: {
|
||||
src: string;
|
||||
backgroundColor: string;
|
||||
className?: string;
|
||||
}) {
|
||||
return (
|
||||
<IntegrationCardLogo
|
||||
className={className}
|
||||
style={{
|
||||
backgroundColor,
|
||||
}}
|
||||
|
||||
Reference in New Issue
Block a user