PHP 8.2.31
Preview: Logo.jsx Size: 552 B
/home/nshryvcy/radiantskinclinics.org/wp-content/plugins/extendify_old/src/AutoLaunch/components/Logo.jsx

import { extendify } from '@auto-launch/icons';
import { Icon } from '@wordpress/icons';

export const Logo = () => {
	if (window.extSharedData?.partnerLogo) {
		return (
			<div className="flex h-10 max-w-52 items-center overflow-hidden md:max-w-72">
				<img
					className="h-full w-auto max-w-full object-contain"
					src={window.extSharedData.partnerLogo}
					alt={window.extSharedData?.partnerName ?? ''}
				/>
			</div>
		);
	}
	return (
		<Icon
			width={undefined}
			icon={extendify}
			className="h-8 w-auto text-banner-text"
		/>
	);
};

Directory Contents

Dirs: 0 × Files: 8

Name Size Perms Modified Actions
4.45 KB lrw-r--r-- 2026-03-19 23:35:18
Edit Download
6.47 KB lrw-r--r-- 2026-04-16 23:02:08
Edit Download
731 B lrw-r--r-- 2026-04-09 23:45:00
Edit Download
552 B lrw-r--r-- 2026-03-19 23:35:18
Edit Download
1.73 KB lrw-r--r-- 2026-02-27 04:48:52
Edit Download
846 B lrw-r--r-- 2026-02-27 04:48:52
Edit Download
5.16 KB lrw-r--r-- 2026-03-19 23:35:18
Edit Download
1.28 KB lrw-r--r-- 2026-02-27 04:48:52
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).